-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
25 lines (25 loc) · 925 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
25
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://www.github.com/lksrb/imgui.git
branch = docking
[submodule "dependencies/IconFontCppHeaders"]
path = dependencies/IconFontCppHeaders
url = https://github.com/lksrb/IconFontCppHeaders.git
[submodule "dependencies/box2d"]
path = dependencies/box2d
url = https://github.com/lksrb/box2d.git
[submodule "dependencies/yaml-cpp"]
path = dependencies/yaml-cpp
url = https://github.com/lksrb/yaml-cpp.git
[submodule "dependencies/ImGuizmo"]
path = dependencies/ImGuizmo
url = https://github.com/lksrb/ImGuizmo.git
[submodule "dependencies/msdf-atlas-gen"]
path = dependencies/msdf-atlas-gen
url = https://github.com/TheCherno/msdf-atlas-gen.git