-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 758 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "3rdparty/stb"]
path = 3rdparty/stb
url = https://github.com/nothings/stb.git
shallow = true
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
shallow = true
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui.git
shallow = true
[submodule "3rdparty/gl3w"]
path = 3rdparty/gl3w
url = https://github.com/skaslev/gl3w.git
shallow = true
[submodule "3rdparty/loguru"]
path = 3rdparty/loguru
url = https://github.com/emilk/loguru.git
shallow = true
[submodule "coquilib"]
path = coquilib
url = https://github.com/coquifrogs/coquilib.git
shallow = true