-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 801 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 801 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 "libs/flecs"]
path = libs/flecs
url = https://github.com/SanderMertens/flecs.git
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui.git
[submodule "libs/vkbootstrap"]
path = libs/vkbootstrap
url = https://github.com/charles-lunarg/vk-bootstrap.git
[submodule "libs/ImGuizmo"]
path = libs/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "libs/assimp"]
path = libs/assimp
url = https://github.com/assimp/assimp.git
[submodule "libs/stb"]
path = libs/stb
url = https://github.com/nothings/stb.git
[submodule "libs/velecs-ecs"]
path = libs/velecs-ecs
url = https://github.com/greenmatthew/velecs-ecs-cpp.git
[submodule "libs/velecs-math"]
path = libs/velecs-math
url = https://github.com/greenmatthew/velecs-math-cpp.git