-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.27 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 "Libraries/glfw"]
path = Libraries/glfw
url = https://github.com/glfw/glfw.git
[submodule "Libraries/glm"]
path = Libraries/glm
url = https://github.com/g-truc/glm.git
[submodule "Libraries/PPK_ASSERT"]
path = Libraries/PPK_ASSERT
url = https://github.com/gpakosz/PPK_ASSERT.git
[submodule "Libraries/templog"]
path = Libraries/templog
url = https://github.com/aaronmjacobs/templog.git
[submodule "Libraries/Boxer"]
path = Libraries/Boxer
url = https://github.com/aaronmjacobs/Boxer.git
[submodule "Libraries/PlatformUtils"]
path = Libraries/PlatformUtils
url = https://github.com/aaronmjacobs/PlatformUtils.git
[submodule "Libraries/stb"]
path = Libraries/stb
url = https://github.com/nothings/stb.git
[submodule "Libraries/assimp"]
path = Libraries/assimp
url = https://github.com/assimp/assimp.git
[submodule "Libraries/entt"]
path = Libraries/entt
url = https://github.com/skypjack/entt.git
[submodule "Libraries/Kontroller"]
path = Libraries/Kontroller
url = https://github.com/aaronmjacobs/Kontroller.git
[submodule "Libraries/imgui"]
path = Libraries/imgui
url = https://github.com/ocornut/imgui.git
[submodule "Libraries/VulkanMemoryAllocator"]
path = Libraries/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git