-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 854 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
26
27
[submodule "external/Box2D-cmake"]
path = external/Box2D-cmake
url = https://github.com/tobanteGaming/Box2D-cmake
[submodule "external/box2d"]
path = external/box2d
url = https://github.com/erincatto/box2d
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/yaml-cpp"]
path = external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "external/glm"]
path = external/glm
url = https://github.com/icaven/glm
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/SpinnerX/imgui
[submodule "external/ImGuizmo"]
path = external/ImGuizmo
url = https://github.com/SpinnerX/ImGuizmo