This repository was archived by the owner on Nov 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
35 lines (35 loc) · 1.32 KB
/
.gitmodules
File metadata and controls
35 lines (35 loc) · 1.32 KB
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
28
29
30
31
32
33
34
35
[submodule "RealEngine/vendor/spdlog"]
path = RealEngine/vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "RealEngine/vendor/glm"]
path = RealEngine/vendor/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "RealEngine/vendor/spdlog"]
path = RealEngine/vendor/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "RealEngine/vendor/ImGuizmo"]
path = RealEngine/vendor/ImGuizmo
url = https://github.com/TheCherno/ImGuizmo.git
[submodule "RealEngine/vendor/ImPlot"]
path = RealEngine/vendor/ImPlot
url = https://github.com/epezent/implot.git
[submodule "RealEngine/vendor/Box2D"]
path = RealEngine/vendor/Box2D
url = https://github.com/Andthehand/box2d.git
[submodule "RealEngine/vendor/optick"]
path = RealEngine/vendor/optick
url = https://github.com/Andthehand/optick.git
[submodule "RealEngine/vendor/GLFW"]
path = RealEngine/vendor/GLFW
url = https://github.com/TheCherno/glfw.git
[submodule "RealEngine/vendor/imgui"]
path = RealEngine/vendor/imgui
url = https://github.com/Andthehand/imgui.git
[submodule "RealEngine/vendor/yaml-cpp"]
path = RealEngine/vendor/yaml-cpp
url = https://github.com/Andthehand/yaml-cpp.git
[submodule "RealEngine-Editor/vendor/ImNode"]
path = RealEngine-Editor/vendor/ImNode
url = https://github.com/Andthehand/imgui-node-editor.git