-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 870 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 870 Bytes
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 "extern/vulkan"]
path = extern/vulkan
url = https://github.com/Chaphlagical/Vulkan
[submodule "extern/entt"]
path = extern/entt
url = https://github.com/skypjack/entt
[submodule "extern/ctpl"]
path = extern/ctpl
url = https://github.com/vit-vit/CTPL
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb
[submodule "extern/vma"]
path = extern/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "extern/astc"]
path = extern/astc
url = https://github.com/ARM-software/astc-encoder
[submodule "extern/tinygltf"]
path = extern/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "extern/glslang"]
path = extern/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "extern/spirv-cross"]
path = extern/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross