-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.07 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.07 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
[submodule "StarEngine/vendor/spdlog"]
path = StarEngine/vendor/spdlog
url = ../../gabime/spdlog.git
branch = v1.x
[submodule "StarEngine/vendor/GLFW"]
path = StarEngine/vendor/GLFW
url = ../../starbounded-dev/glfw.git
branch = master
[submodule "StarEngine/vendor/imgui"]
path = StarEngine/vendor/imgui
url = ../../starbounded-dev/imgui.git
branch = docking
[submodule "StarEngine/vendor/glm"]
path = StarEngine/vendor/glm
url = ../../g-truc/glm.git
branch = master
[submodule "StarEngine/vendor/yaml-cpp"]
path = StarEngine/vendor/yaml-cpp
url = https://github.com/sheazywi/yaml-cpp
[submodule "StarEngine/vendor/imguizmo"]
path = StarEngine/vendor/imguizmo
url = https://github.com/sheazywi/imguizmo.git
[submodule "StarEngine/vendor/Box2D"]
path = StarEngine/vendor/Box2D
url = https://github.com/sheazywi/box2d
[submodule "StarEngine/vendor/msdf-atlas-gen"]
path = StarEngine/vendor/msdf-atlas-gen
url = https://github.com/sheazywi/msdf-atlas-gen
[submodule "StarEngine/vendor/tracy/tracy"]
path = StarEngine/vendor/tracy/tracy
url = https://github.com/wolfpld/tracy