-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 909 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 909 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
25
26
27
[submodule "3rd_party/SFML"]
path = 3rd_party/SFML
url = https://github.com/SFML/SFML.git
branch = master
ignore = untracked
[submodule "3rd_party/spdlog"]
path = 3rd_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rd_party/imgui-sfml"]
path = 3rd_party/imgui-sfml
url = https://github.com/saklis/imgui-sfml.git
[submodule "3rd_party/nlohmann_json"]
path = 3rd_party/nlohmann_json
url = https://github.com/nlohmann/json
[submodule "3rd_party/TGUI"]
path = 3rd_party/TGUI
url = https://github.com/saklis/TGUI.git
[submodule "3rd_party/box2d"]
path = 3rd_party/box2d
url = https://github.com/saklis/box2d.git
[submodule "3rd_party/DearImGuiDocking"]
path = 3rd_party/DearImGuiDocking
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "3rd_party/ImGuiFileDialog"]
path = 3rd_party/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git