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