-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.26 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
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/vkHeaders"]
path = external/vkHeaders
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "external/Vulkan-ValidationLayers"]
path = external/Vulkan-ValidationLayers
url = https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
[submodule "external/entt"]
path = external/entt
url = https://github.com/skypjack/entt.git
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/assimp/assimp.git
[submodule "external/grpc"]
path = external/grpc
url = https://github.com/grpc/grpc.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/matcaps"]
path = external/matcaps
url = https://github.com/nidorx/matcaps.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/CppDelegates"]
path = external/CppDelegates
url = https://github.com/simco50/CppDelegates.git