diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-08 22:26:07 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-08 22:26:07 -0500 |
| commit | 5845642965a1eebaec3a1d1126445ecb459688b8 (patch) | |
| tree | d3c54bec229ac4dcf7c4af349e0383130a041752 /.gitmodules | |
| parent | b2548ba4ce295fcd94a50123fb543fac2ef2bc33 (diff) | |
first-pass replace cmake with make
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 |
