blob: 73a00e628d72c711483e2d9f4fbdc7fe7a425a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|