-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
30 lines (30 loc) · 995 Bytes
/
.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 "Extern/glm"]
path = Extern/glm
url = https://github.com/g-truc/glm.git
[submodule "Extern/HighFive"]
path = Extern/HighFive
url = https://github.com/BlueBrain/HighFive.git
[submodule "Extern/CLI11"]
path = Extern/CLI11
url = https://github.com/CLIUtils/CLI11.git
[submodule "Extern/googletest"]
path = Extern/googletest
url = https://github.com/google/googletest
[submodule "Extern/VMA"]
path = Extern/VMA
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "Extern/imgui"]
path = Extern/imgui
url = https://github.com/ocornut/imgui
[submodule "Extern/glfw"]
path = Extern/glfw
url = https://github.com/glfw/glfw
[submodule "Extern/stb"]
path = Extern/stb
url = https://github.com/nothings/stb
[submodule "Extern/alpaka"]
path = Extern/alpaka
url = https://github.com/alpaka-group/alpaka.git
[submodule "Extern/portable-file-dialogs"]
path = Extern/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git