-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
19 lines (19 loc) · 751 Bytes
/
.gitmodules
File metadata and controls
19 lines (19 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "ThirdParty/Utils/miniz"]
path = ThirdParty/Utils/miniz
url = https://github.com/richgel999/miniz.git
[submodule "ThirdParty/UI/imgui"]
path = ThirdParty/UI/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "ThirdParty/ECS/entt"]
path = ThirdParty/ECS/entt
url = https://github.com/skypjack/entt.git
[submodule "ThirdParty/Scripting/angelscript-mirror"]
path = ThirdParty/Scripting/angelscript-mirror
url = https://github.com/codecat/angelscript-mirror.git
[submodule "ThirdParty/AI/recastnavigation"]
path = ThirdParty/AI/recastnavigation
url = https://github.com/recastnavigation/recastnavigation.git
[submodule "ThirdParty/SDL2"]
path = ThirdParty/SDL2
url = https://github.com/libsdl-org/SDL.git