-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitmodules
executable file
·33 lines (33 loc) · 1.28 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
[submodule "thirdparty/tinygltf"]
path = thirdparty/tinygltf
url = [email protected]:syoyo/tinygltf.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = [email protected]:ocornut/imgui.git
[submodule "thirdparty/KTX-Software"]
path = thirdparty/KTX-Software
url = [email protected]:KhronosGroup/KTX-Software.git
branch = master
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = [email protected]:g-truc/glm.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = [email protected]:glfw/glfw.git
[submodule "engine/core/thirdparty/glslang"]
path = engine/core/thirdparty/glslang
url = [email protected]:KhronosGroup/glslang.git
[submodule "engine/core/thirdparty/SPIRV-Cross"]
path = engine/core/thirdparty/SPIRV-Cross
url = [email protected]:KhronosGroup/SPIRV-Cross.git
branch = main
[submodule "engine/core/thirdparty/VulkanMemoryAllocator"]
path = engine/core/thirdparty/VulkanMemoryAllocator
url = [email protected]:GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
branch = master
[submodule "engine/core/thirdparty/SPIRV-Reflect"]
path = engine/core/thirdparty/SPIRV-Reflect
url = [email protected]:KhronosGroup/SPIRV-Reflect.git
[submodule "engine/core/thirdparty/Vulkan-Headers"]
path = engine/core/thirdparty/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git