-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 882 Bytes
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 882 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
29
30
31
32
33
[submodule "glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw
shallow = true
[submodule "imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui
shallow = true
[submodule "assimp"]
path = libs/assimp
url = https://github.com/assimp/assimp.git
shallow = true
[submodule "stb"]
path = libs/stb
url = https://github.com/nothings/stb.git
shallow = true
[submodule "glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "space-glad"]
path = libs/glad
url = https://github.com/PottierLoic/space-glad
shallow = true
[submodule "doxygen-awesome-css"]
path = libs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "json"]
path = libs/json
url = https://github.com/nlohmann/json
[submodule "libs/miniaudio"]
path = libs/miniaudio
url = https://github.com/mackron/miniaudio.git