-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitmodules
60 lines (60 loc) · 2.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "extern/volk"]
path = extern/volk
url = https://github.com/zeux/volk.git
[submodule "extern/SPIRV-Headers"]
path = extern/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "extern/SPIRV-Tools"]
path = extern/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "extern/glslang"]
path = extern/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "extern/VulkanMemoryAllocator"]
path = extern/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "extern/libspng"]
path = extern/libspng
url = https://github.com/randy408/libspng.git
[submodule "extern/libjpeg-turbo"]
path = extern/libjpeg-turbo
url = https://github.com/pablode/libjpeg-turbo
[submodule "extern/zlib-ng"]
path = extern/zlib-ng
url = https://github.com/zlib-ng/zlib-ng
[submodule "extern/Imath"]
path = extern/Imath
url = https://github.com/AcademySoftwareFoundation/Imath
[submodule "extern/openexr"]
path = extern/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
[submodule "extern/Vulkan-Headers"]
path = extern/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb
[submodule "extern/glm"]
path = extern/glm
url = https://github.com/g-truc/glm.git
[submodule "extern/efsw"]
path = extern/efsw
url = https://github.com/SpartanJ/efsw.git
[submodule "extern/SPIRV-Reflect"]
path = extern/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "extern/quill"]
path = extern/quill
url = https://github.com/odygrd/quill.git
[submodule "extern/doctest"]
path = extern/doctest
url = https://github.com/doctest/doctest.git
[submodule "extern/libtiff"]
path = extern/libtiff
url = https://gitlab.com/libtiff/libtiff.git
[submodule "extern/meshoptimizer"]
path = extern/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "extern/c-blosc2"]
path = extern/c-blosc2
url = https://github.com/Blosc/c-blosc2.git