-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 766 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "submodule/glm"]
path = submodule/glm
url = https://github.com/g-truc/glm
[submodule "submodule/imgui"]
path = submodule/imgui
url = https://github.com/ocornut/imgui
[submodule "submodule/fmt"]
path = submodule/fmt
url = https://github.com/fmtlib/fmt
[submodule "submodule/tracy"]
path = submodule/tracy
url = https://github.com/wolfpld/tracy
[submodule "submodule/stb"]
path = submodule/stb
url = https://github.com/nothings/stb
[submodule "submodule/tinygltf"]
path = submodule/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "submodule/nativefiledialog"]
path = submodule/nativefiledialog
url = https://github.com/mlabbe/nativefiledialog
[submodule "submodule/glfw"]
path = submodule/glfw
url = https://github.com/glfw/glfw