-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 848 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 848 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
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/assimp/assimp.git
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/SDL"]
path = external/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb.git
[submodule "external/JoltPhysics"]
path = external/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git