-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1004 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1004 Bytes
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 "external/imgui"]
path = external/imgui
url = git@github.com:ocornut/imgui.git
[submodule "external/glfw"]
path = external/glfw
url = git@github.com:glfw/glfw.git
[submodule "external/glm"]
path = external/glm
url = git@github.com:g-truc/glm.git
[submodule "external/spdlog"]
path = external/spdlog
url = git@github.com:gabime/spdlog.git
[submodule "external/stb"]
path = external/stb
url = git@github.com:nothings/stb.git
[submodule "external/glslang"]
path = external/glslang
url = git@github.com:KhronosGroup/glslang.git
[submodule "external/volk"]
path = external/volk
url = git@github.com:zeux/volk.git
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = git@github.com:KhronosGroup/Vulkan-Headers.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = git@github.com:GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/entt"]
path = external/entt
url = git@github.com:skypjack/entt.git