-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 734 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "3rd/Vulkan-Headers"]
path = src/3rd/header_only/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "3rd/EASTL"]
path = src/3rd/EASTL/EASTL
url = https://github.com/electronicarts/EASTL.git
[submodule "3rd/EABase"]
path = src/3rd/EASTL/EABase
url = https://github.com/electronicarts/EABase.git
[submodule "3rd/flecs/flecs"]
path = src/3rd/flecs/flecs
url = https://github.com/SanderMertens/flecs.git
[submodule "3rd/volk/volk"]
path = src/3rd/volk/volk
url = https://github.com/zeux/volk.git
[submodule "3rd/glm/glm"]
path = src/3rd/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "src/3rd/GLFW/glfw"]
path = src/3rd/GLFW/glfw
url = https://github.com/glfw/glfw.git