blob: 5c4c9abdb9049916baed731a080471e3b7f34ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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
[submodule "sub/msdfgen"]
path = sub/msdfgen
url = https://github.com/jonpikum/msdfgen.git
[submodule "sub/msdf-atlas-gen"]
path = sub/msdf-atlas-gen
url = https://github.com/jonpikum/msdf-atlas-gen.git
|