-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 779 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "Stengine/vendor/spdlog"]
path = Stengine/vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "Stengine/vendor/GLFW"]
path = Stengine/vendor/GLFW
url = https://github.com/thecherno/glfw
[submodule "Stengine/vendor/imgui"]
path = Stengine/vendor/imgui
url = https://github.com/thecherno/imgui
branch = master
[submodule "Stengine/vendor/glm"]
path = Stengine/vendor/glm
url = https://github.com/g-truc/glm
[submodule "Stengine/vendor/yaml-cpp"]
path = Stengine/vendor/yaml-cpp
url = https://github.com/thecherno/yaml-cpp
[submodule "Stengine/vendor/ImGuizmo"]
path = Stengine/vendor/ImGuizmo
url = https://github.com/thecherno/imguizmo
[submodule "Stengine/vendor/Box2D"]
path = Stengine/vendor/Box2D
url = https://github.com/thecherno/Box2D