-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
51 lines (51 loc) · 1.94 KB
/
.gitmodules
File metadata and controls
51 lines (51 loc) · 1.94 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "vendor/glslang"]
path = vendor/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/utest.h"]
path = vendor/utest.h
url = https://github.com/sheredom/utest.h
[submodule "vendor/vulkan/volk"]
path = vendor/vulkan/volk
url = https://github.com/zeux/volk.git
[submodule "vendor/vulkan/Vulkan-Headers"]
path = vendor/vulkan/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "vendor/vulkan/MoltenVK"]
path = vendor/vulkan/MoltenVK
url = https://github.com/KhronosGroup/MoltenVK.git
[submodule "vendor/vulkan/Vulkan-Loader"]
path = vendor/vulkan/Vulkan-Loader
url = https://github.com/KhronosGroup/Vulkan-Loader.git
[submodule "vendor/vulkan/SPIRV-Headers"]
path = vendor/vulkan/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "vendor/vulkan/SPIRV-Tools"]
path = vendor/vulkan/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "vendor/vulkan/robin-hood-hashing"]
path = vendor/vulkan/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
[submodule "vendor/vulkan/Vulkan-ValidationLayers"]
path = vendor/vulkan/Vulkan-ValidationLayers
url = https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://github.com/glennrp/libpng.git
[submodule "vendor/freetype"]
path = vendor/freetype
url = https://github.com/freetype/freetype.git
[submodule "vendor/vulkan/Vulkan-Utility-Libraries"]
path = vendor/vulkan/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp.git