diff options
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..73a00e6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "sub/imgui"] + path = sub/imgui + url = https://github.com/ocornut/imgui.git +[submodule "sub/stb"] + path = sub/stb + url = https://github.com/nothings/stb.git +[submodule "sub/cgltf"] + path = sub/cgltf + url = https://github.com/jkuhlmann/cgltf.git +[submodule "sub/bullet3"] + path = sub/bullet3 + url = https://github.com/bulletphysics/bullet3.git |
