-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
37 lines (37 loc) · 1.32 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
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/QSXW/glm.git
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/QSXW/imgui.git
branch = docking
[submodule "3rdparty/SPIRV-Cross"]
path = 3rdparty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "3rdparty/LibRaw-cmake"]
path = 3rdparty/LibRaw-cmake
url = https://github.com/LibRaw/LibRaw-cmake.git
[submodule "3rdparty/LibRaw"]
path = 3rdparty/LibRaw
url = https://github.com/LibRaw/LibRaw.git
[submodule "3rdparty/GLFW"]
path = 3rdparty/GLFW
url = https://github.com/QSXW/glfw.git
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rdparty/LightWSI"]
path = 3rdparty/LightWSI
url = https://github.com/QSXW/LightWSI.git
[submodule "3rdparty/DirectXShaderCompilerHeaders"]
path = 3rdparty/DirectXShaderCompilerHeaders
url = https://gitlab.com/qsxw/directxshadercompilerheaders.git
[submodule "3rdparty/metal-cpp"]
path = 3rdparty/metal-cpp
url = https://github.com/QSXW/metal-cpp.git
[submodule "3rdparty/VulkanMemoryAllocator"]
path = 3rdparty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git