-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.03 KB
/
.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
25
26
27
[submodule "Dependencies/shaderc"]
path = Dependencies/shaderc
url = https://github.com/google/shaderc
[submodule "Dependencies/SPIRV-Tools"]
path = Dependencies/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "Dependencies/SPIRV-Headers"]
path = Dependencies/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "Dependencies/SPIRV-Reflect"]
path = Dependencies/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "Dependencies/glslang"]
path = Dependencies/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "Dependencies/glm"]
path = Dependencies/glm
url = https://github.com/g-truc/glm
[submodule "Dependencies/VulkanMemoryAllocator"]
path = Dependencies/VulkanMemoryAllocator
url = [email protected]:GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Dependencies/SDL"]
path = Dependencies/SDL
url = [email protected]:libsdl-org/SDL.git
[submodule "Dependencies/assimp"]
path = Dependencies/assimp
url = https://github.com/assimp/assimp