-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
28 lines (28 loc) · 1.02 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
[submodule "eugine/vendor/spdlog"]
path = eugine/vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "eugine/vendor/glfw"]
path = eugine/vendor/glfw
url = https://github.com/glfw/glfw
[submodule "eugine/vendor/glm"]
path = eugine/vendor/glm
url = https://github.com/g-truc/glm
[submodule "eugine/vendor/imgui/imgui"]
path = eugine/vendor/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "eugine/vendor/filesystem"]
path = eugine/vendor/filesystem
url = https://github.com/gulrak/filesystem.git
[submodule "eugine/vendor/whereami/whereami"]
path = eugine/vendor/whereami/whereami
url = https://github.com/gpakosz/whereami.git
[submodule "eugine/vendor/incbin/incbin"]
path = eugine/vendor/incbin/incbin
url = https://github.com/graphitemaster/incbin.git
[submodule "eugine/vendor/volk"]
path = eugine/vendor/volk
url = https://github.com/zeux/volk.git
[submodule "eugine/vendor/vma"]
path = eugine/vendor/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git