-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 801 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 801 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
[submodule "OrbEngine/vendor/spdlog"]
path = OrbEngine/vendor/spdlog
url = ../../gabime/spdlog.git
branch = v1.x
[submodule "OrbEngine/vendor/GLFW"]
path = OrbEngine/vendor/GLFW
url = ../../TheCherno/GLFW.git
branch = master
[submodule "OrbEngine/vendor/ImGui"]
path = OrbEngine/vendor/ImGui
url = ../../TheCherno/imgui.git
branch = docking
[submodule "OrbEngine/vendor/glm"]
path = OrbEngine/vendor/glm
url = ../../g-truc/glm.git
branch = master
[submodule "OrbEngine/vendor/yaml-cpp"]
path = OrbEngine/vendor/yaml-cpp
url = https://github.com/SionGRG/yaml-cpp
[submodule "OrbEngine/vendor/ImGuizmo"]
path = OrbEngine/vendor/ImGuizmo
url = https://github.com/SionGRG/ImGuizmo
[submodule "OrbEngine/vendor/Box2D"]
path = OrbEngine/vendor/Box2D
url = https://github.com/SionGRG/box2d