-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
31 lines (31 loc) · 1.09 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
28
29
30
31
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json
shallow = true
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb
[submodule "external/SPRIV-Cross"]
path = external/SPRIV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "external/SPIRV-Cross"]
path = external/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "external/Vulkan-ValidationLayers"]
path = external/Vulkan-ValidationLayers
url = https://github.com/KhronosGroup/Vulkan-ValidationLayers
[submodule "external/bc7enc16"]
path = external/bc7enc16
url = https://github.com/richgel999/bc7enc16
[submodule "external/exprtk"]
path = external/exprtk
url = https://github.com/ArashPartow/exprtk
[submodule "external/SPIRV-Reflect"]
path = external/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "external/backward-cpp"]
path = external/backward-cpp
url = https://github.com/bombela/backward-cpp.git