-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.18 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.18 KB
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
[submodule "LightFramework/libs/imgui"]
path = LightFramework/libs/imgui
url = https://github.com/dropTableUsers42/imgui.git
[submodule "Light/libs/spdlog"]
path = shared/libs/spdlog
url = https://github.com/dropTableUsers42/spdlog.git
[submodule "Testing/googletest"]
path = Testing/googletest
url = https://github.com/google/googletest.git
[submodule "tools/tracy/freetype"]
path = tools/tracy/freetype
url = https://github.com/freetype/freetype
[submodule "tools/tracy/tracy"]
path = tools/tracy/tracy
url = https://github.com/wolfpld/tracy
[submodule "tools/tracy/capstone"]
path = tools/tracy/capstone
url = https://github.com/dropTableUsers42/capstone
branch = next
[submodule "LightFramework/libs/glfw"]
path = LightFramework/libs/glfw
url = https://github.com/glfw/glfw
[submodule "Editor/libs/ImGuizmo"]
path = Editor/libs/ImGuizmo
url = https://github.com/dropTableUsers42/ImGuizmo
[submodule "LightFramework/libs/cereal"]
path = LightFramework/libs/cereal
url = https://github.com/USCiLab/cereal
[submodule "LightFramework/libs/nativefiledialog-extended"]
path = LightFramework/libs/nativefiledialog-extended
url = https://github.com/dropTableUsers42/nativefiledialog-extended