-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
39 lines (39 loc) · 1.27 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
33
34
35
36
37
38
39
[submodule "external/entt"]
path = external/entt
url = https://github.com/skypjack/entt.git
shallow = true
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
shallow = true
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
[submodule "external/IconFontCppHeaders"]
path = external/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git
[submodule "external/imgui/imgui"]
path = external/imgui/imgui
url = https://github.com/ocornut/imgui.git
shallow = true
[submodule "external/ImGuiColorTextEdit"]
path = external/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule "external/soloud/soloud"]
path = external/soloud/soloud
url = https://github.com/jarikomppa/soloud.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git
shallow = true
[submodule "external/stb/stb"]
path = external/stb/stb
url = https://github.com/nothings/stb.git
[submodule "external/tracy/tracy"]
path = external/tracy/tracy
url = https://github.com/wolfpld/tracy.git
shallow = true
[submodule "external/physfs/physfs"]
path = external/physfs/physfs
url = https://github.com/icculus/physfs.git
branch = main