Skip to content

Commit e4b5123

Browse files
committed
making sure to use the good branches
1 parent 4470963 commit e4b5123

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.gitmodules

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1+
[submodule "StarEngine/vendor/spdlog"]
2+
path = StarEngine/vendor/spdlog
3+
url = ../../gabime/spdlog.git
4+
branch = v1.x
15
[submodule "StarEngine/vendor/GLFW"]
26
path = StarEngine/vendor/GLFW
37
url = ../../starbounded-dev/glfw.git
4-
[submodule "StarEngine/vendor/spdlog"]
5-
path = StarEngine/vendor/spdlog
6-
url = ../../gabime/spdlog.git
8+
branch = master
79
[submodule "StarEngine/vendor/imgui"]
810
path = StarEngine/vendor/imgui
911
url = ../../starbounded-dev/imgui.git
1012
branch = docking
1113
[submodule "StarEngine/vendor/glm"]
1214
path = StarEngine/vendor/glm
1315
url = ../../g-truc/glm.git
16+
branch = master
1417
[submodule "StarEngine/vendor/yaml-cpp"]
1518
path = StarEngine/vendor/yaml-cpp
16-
url = ../../sheazywi/yaml-cpp.git
19+
url = https://github.com/sheazywi/yaml-cpp
1720
[submodule "StarEngine/vendor/imguizmo"]
1821
path = StarEngine/vendor/imguizmo
19-
url = ../../sheazywi/imguizmo.git
22+
url = https://github.com/sheazywi/imguizmo.git
2023
[submodule "StarEngine/vendor/Box2D"]
2124
path = StarEngine/vendor/Box2D
2225
url = https://github.com/sheazywi/box2d

0 commit comments

Comments
 (0)