-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitmodules
27 lines (27 loc) · 1017 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 "OverEngine/vendor/spdlog"]
path = OverEngine/vendor/spdlog
url = https://github.com/OverShifted/spdlog
[submodule "OverEngine/vendor/GLFW"]
path = OverEngine/vendor/GLFW
url = https://github.com/OverShifted/glfw
[submodule "OverEngine/vendor/glm"]
path = OverEngine/vendor/glm
url = https://github.com/g-truc/glm
[submodule "OverEngine/vendor/box2d"]
path = OverEngine/vendor/box2d
url = https://github.com/OverShifted/box2d
[submodule "OverEngine/vendor/imgui"]
path = OverEngine/vendor/imgui
url = https://github.com/OverShifted/imgui
[submodule "OverEngine/vendor/fmt"]
path = OverEngine/vendor/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "OverEngine/vendor/yaml-cpp"]
path = OverEngine/vendor/yaml-cpp
url = https://github.com/OverShifted/yaml-cpp
[submodule "OverEngine/vendor/wrenpp"]
path = OverEngine/vendor/wrenpp
url = https://github.com/OverShifted/wrenpp
[submodule "OverEngine/vendor/wren"]
path = OverEngine/vendor/wren
url = https://github.com/OverShifted/wren