-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
32 lines (32 loc) · 1.05 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
32
[submodule "Flourish/lib/vma"]
path = Flourish/lib/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
branch = master
[submodule "Flourish/lib/volk"]
path = Flourish/lib/volk
url = https://github.com/zeux/volk.git
branch = master
[submodule "Flourish/lib/shaderc"]
path = Flourish/lib/shaderc
url = https://github.com/google/shaderc.git
branch = master
[submodule "Flourish/lib/spirv-cross"]
path = Flourish/lib/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross
branch = master
[submodule "Flourish/lib/spirv-tools"]
path = Flourish/lib/spirv-tools
url = https://github.com/KhronosGroup/SPIRV-Tools
branch = master
[submodule "Flourish/lib/spirv-headers"]
path = Flourish/lib/spirv-headers
url = https://github.com/KhronosGroup/SPIRV-Headers
branch = master
[submodule "Flourish/lib/glslang"]
path = Flourish/lib/glslang
url = https://github.com/KhronosGroup/glslang
branch = master
[submodule "FlourishTesting/lib/spdlog"]
path = FlourishTesting/lib/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x