-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
35 lines (27 loc) · 1.03 KB
/
.gitmodules
File metadata and controls
35 lines (27 loc) · 1.03 KB
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
34
35
[submodule "Spire/Libs/imgui"]
path = Spire/Libs/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Spire/Libs/glslang"]
path = Spire/Libs/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "Spire/libs/stb/stb"]
path = Spire/libs/stb/stb
url = https://github.com/nothings/stb
[submodule "Spire/Libs/googletest"]
path = Spire/Libs/googletest
url = https://github.com/google/googletest
[submodule "Spire/Libs/glm"]
path = Spire/Libs/glm
url = https://github.com/g-truc/glm.git
[submodule "Spire/Libs/glfw"]
path = Spire/Libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "Spire/Libs/vulkan-memory-allocator"]
path = Spire/Libs/vulkan-memory-allocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Spire/Libs/assimp"]
path = Spire/Libs/assimp
url = https://github.com/assimp/assimp.git
[submodule "Spire/Libs/thread-pool"]
path = Spire/Libs/thread-pool
url = https://github.com/bshoshany/thread-pool.git