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