diff options
| author | ache <ache@ache.one> | 2024-11-15 04:06:56 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-11-15 04:06:56 +0100 |
| commit | f68c5c7b31a5a334572792f260e610b1db23ae81 (patch) | |
| tree | 0087ae951fadcf18f9ef8e1c94717b362212debc /.gitmodules | |
| parent | Init commit (diff) | |
Add rfb deps as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..08eceac --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/rfb"] + path = deps/rfb + url = https://github.com/oxidecomputer/rfb |