-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.12 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
[submodule "client/Vendor/Catch2"]
path = client/Vendor/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "client/Vendor/SDL"]
path = client/Vendor/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "client/Vendor/spdlog"]
path = client/Vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "client/Vendor/glm"]
path = client/Vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "client/Vendor/VulkanMemoryAllocator"]
path = client/Vendor/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "client/Vendor/tinyobjloader"]
path = client/Vendor/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "client/Vendor/stb"]
path = client/Vendor/stb
url = https://github.com/nothings/stb
[submodule "api/vendor/check"]
path = api/vendor/check
url = https://github.com/libcheck/check.git
[submodule "client/Vendor/imgui"]
path = client/Vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "api/vendor/minitrace"]
path = api/vendor/minitrace
url = https://github.com/hrydgard/minitrace.git