-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
44 lines (44 loc) · 1.79 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
38
39
40
41
42
43
44
[submodule "Source/ThirdParty/Eigen/Eigen"]
path = Source/ThirdParty/Eigen/Eigen
url = https://gitlab.com/libeigen/eigen
branch = 3.4
[submodule "Source/ThirdParty/GLFW/GLFW"]
path = Source/ThirdParty/GLFW/GLFW
url = https://github.com/glfw/glfw
[submodule "Source/ThirdParty/Spdlog/Spdlog"]
path = Source/ThirdParty/Spdlog/Spdlog
url = https://github.com/gabime/spdlog
[submodule "Source/ThirdParty/Volk/Volk"]
path = Source/ThirdParty/Volk/Volk
url = https://github.com/zeux/volk
[submodule "Source/ThirdParty/VMA/VMA"]
path = Source/ThirdParty/VMA/VMA
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "Source/ThirdParty/Optick/Optick"]
path = Source/ThirdParty/Optick/Optick
url = https://github.com/bombomby/optick
[submodule "Source/ThirdParty/ImGui/ImGui"]
path = Source/ThirdParty/ImGui/ImGui
url = https://github.com/MateuszKolodziejczyk00/imgui
branch = docking_Vulkan1.3
[submodule "Source/ThirdParty/YAML/YAML"]
path = Source/ThirdParty/YAML/YAML
url = https://github.com/jbeder/yaml-cpp
[submodule "Source/ThirdParty/Entt/Entt"]
path = Source/ThirdParty/Entt/Entt
url = https://github.com/skypjack/entt
[submodule "Source/ThirdParty/TinyGLTF/TinyGLTF"]
path = Source/ThirdParty/TinyGLTF/TinyGLTF
url = https://github.com/syoyo/tinygltf
[submodule "Source/ThirdParty/MeshOptimizer/MeshOptimizer"]
path = Source/ThirdParty/MeshOptimizer/MeshOptimizer
url = https://github.com/zeux/meshoptimizer
[submodule "Source/ThirdParty/STB/STB"]
path = Source/ThirdParty/STB/STB
url = https://github.com/nothings/stb
[submodule "Source/ThirdParty/GoogleTest/GoogleTest"]
path = Source/ThirdParty/GoogleTest/GoogleTest
url = https://github.com/google/googletest
[submodule "Source/ThirdParty/DLSS/DLSS"]
path = Source/ThirdParty/DLSS/DLSS
url = https://github.com/NVIDIA/DLSS