-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 1.05 KB
/
.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 "RealEngine/vendor/spdlog"]
path = RealEngine/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "RealEngine/vendor/GLFW"]
path = RealEngine/vendor/GLFW
url = https://github.com/Dy111111/glfw
[submodule "RealEngine/vendor/RealEngine/vendor/imgui"]
path = RealEngine/vendor/RealEngine/vendor/imgui
url = https://github.com/Dy111111/imgui
[submodule "RealEngine/vendor/imgui"]
path = RealEngine/vendor/imgui
url = https://github.com/Dy111111/imgui
[submodule "RealEngine/vendor/glm"]
path = RealEngine/vendor/glm
url = https://github.com/Dy111111/glm.git
[submodule "RealEngine/vendor/ImGuizmo"]
path = RealEngine/vendor/ImGuizmo
url = https://github.com/Dy111111/ImGuizmo
[submodule "RealEngine/vendor/yaml-cpp"]
path = RealEngine/vendor/yaml-cpp
url = https://github.com/Dy111111/yaml-cpp
[submodule "RealEngine/vendor/box2d"]
path = RealEngine/vendor/box2d
url = https://github.com/Dy111111/box2d
[submodule "RealEngine/vendor/msdf-atlas-gen"]
path = RealEngine/vendor/msdf-atlas-gen
url = https://github.com/Dy111111/msdf-atlas-gen