diff options
| author | 2020-08-24 00:52:48 -0400 | |
|---|---|---|
| committer | 2020-08-24 00:52:48 -0400 | |
| commit | c5ab6fd0e37cfb8c5ba65ade8eb076e980010048 (patch) | |
| tree | e70c74fe46bac58449d9161378a24a8f1bf452d6 /.gitmodules | |
| download | mauri-c5ab6fd0e37cfb8c5ba65ade8eb076e980010048.tar.gz mauri-c5ab6fd0e37cfb8c5ba65ade8eb076e980010048.tar.bz2 mauri-c5ab6fd0e37cfb8c5ba65ade8eb076e980010048.zip | |
initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b99ac04 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "subprojects/cglm"] + path = subprojects/cglm + url = https://github.com/recp/cglm.git +[submodule "subprojects/glfw"] + path = subprojects/glfw + url = https://github.com/glfw/glfw.git +[submodule "subprojects/moro"] + path = subprojects/moro + url = git@github.com:Pizzabelly/moro.git +[submodule "subprojects/jansson"] + path = subprojects/jansson + url = https://github.com/akheron/jansson.git |