-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 869 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 869 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
[submodule "src/3rdparty/glfw"]
path = src/3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/3rdparty/glm"]
path = src/3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "src/3rdparty/volk"]
path = src/3rdparty/volk
url = https://github.com/zeux/volk.git
[submodule "src/3rdparty/assimp"]
path = src/3rdparty/assimp
url = https://github.com/assimp/assimp
[submodule "src/3rdparty/stb"]
path = src/3rdparty/stb
url = https://github.com/nothings/stb.git
[submodule "src/3rdparty/SPIRV-Cross"]
path = src/3rdparty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "src/3rdparty/imgui"]
path = src/3rdparty/imgui
url = https://github.com/CheapMeow/imgui.git
branch = my_docking
[submodule "src/3rdparty/ImGuizmo"]
path = src/3rdparty/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git