-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 1014 Bytes
/
.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
[submodule "MAREngine/3rd_party/imgui"]
path = MAREngine/3rd_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "MAREngine/3rd_party/ImGuiColorTextEdit"]
path = MAREngine/3rd_party/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule "MAREngine/3rd_party/MARMaths"]
path = MAREngine/3rd_party/MARMaths
url = https://github.com/Mregussek/MARMaths.git
[submodule "MAREngine/3rd_party/pybind11"]
path = MAREngine/3rd_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "MAREngine/3rd_party/spdlog"]
path = MAREngine/3rd_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "MAREngine/3rd_party/ImGui-Addons"]
path = MAREngine/3rd_party/ImGui-Addons
url = https://github.com/gallickgunner/ImGui-Addons.git
[submodule "docs"]
path = docs
url = https://github.com/Mregussek/MAREngine-docs.git
[submodule "MAREngine/3rd_party/ImGuizmo"]
path = MAREngine/3rd_party/ImGuizmo
url = https://github.com/Mregussek/ImGuizmo.git