forked from TheMadDodger/Glory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
32 lines (32 loc) · 1.28 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
[submodule "GloryEngine/submodules/assimp"]
path = GloryEngine/submodules/assimp
url = https://github.com/assimp/assimp
[submodule "GloryEngine/submodules/ImGui"]
path = GloryEngine/submodules/ImGui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "GloryEngine/submodules/yaml-cpp"]
path = GloryEngine/submodules/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "GloryEngine/submodules/implot"]
path = GloryEngine/submodules/implot
url = https://github.com/epezent/implot.git
[submodule "GloryEngine/submodules/ImGuizmo"]
path = GloryEngine/submodules/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo
[submodule "GloryEngine/submodules/ImFileDialog"]
path = GloryEngine/submodules/ImFileDialog
url = https://github.com/TheMadDodger/ImFileDialog
[submodule "GloryEngine/submodules/GloryECS"]
path = GloryEngine/submodules/GloryECS
url = https://github.com/TheMadDodger/GloryECS
branch = glory
[submodule "GloryEngine/submodules/SDL_image"]
path = GloryEngine/submodules/SDL_image
url = https://github.com/libsdl-org/SDL_image
[submodule "GloryEngine/submodules/SDL"]
path = GloryEngine/submodules/SDL
url = https://github.com/libsdl-org/SDL
[submodule "GloryEngine/submodules/glm"]
path = GloryEngine/submodules/glm
url = https://github.com/g-truc/glm