-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
41 lines (35 loc) · 1.28 KB
/
.gitmodules
File metadata and controls
41 lines (35 loc) · 1.28 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
36
37
38
39
40
41
[submodule "StarEngine/vendor/GLFW"]
path = StarEngine/vendor/GLFW
url = ../../starbounded-dev/glfw.git
branch = master
[submodule "StarEngine/vendor/imgui"]
path = StarEngine/vendor/imgui
url = https://github.com/StudioCherno/imgui.git
branch = hazel
[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
[submodule "StarEngine/vendor/Coral"]
path = StarEngine/vendor/Coral
url = https://github.com/StudioCherno/Coral.git
branch = dev
[submodule "StarEngine/vendor/NFD-Extended/NFD-Extended"]
path = StarEngine/vendor/NFD-Extended/NFD-Extended
url = https://github.com/btzy/nativefiledialog-extended
branch = master