-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
38 lines (38 loc) · 1.25 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
37
38
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/assimp/assimp
ignore = dirty
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
ignore = dirty
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb
[submodule "external/openal-soft"]
path = external/openal-soft
url = https://github.com/kcat/openal-soft
ignore = dirty
[submodule "external/VulkanSDK/Vulkan-Headers"]
path = external/VulkanSDK/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "external/reactphysics"]
path = external/reactphysics
url = https://github.com/DanielChappuis/reactphysics3d.git
ignore = dirty
[submodule "external/enkits"]
path = external/enkits
url = https://github.com/dougbinks/enkiTS.git
ignore = dirty
[submodule "external/dr_libs"]
path = external/dr_libs
url = https://github.com/mackron/dr_libs.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git