-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1 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
28
29
30
[submodule "sge/vendor/stb"]
path = sge/vendor/stb
url = https://github.com/nothings/stb/
[submodule "sge/vendor/spdlog"]
path = sge/vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "sge/vendor/assimp"]
path = sge/vendor/assimp
url = https://github.com/assimp/assimp
[submodule "sge/vendor/sdl"]
path = sge/vendor/sdl
url = https://github.com/libsdl-org/SDL
[submodule "sge/vendor/entt"]
path = sge/vendor/entt
url = https://github.com/skypjack/entt
[submodule "sge/vendor/glm"]
path = sge/vendor/glm
url = https://github.com/g-truc/glm
[submodule "sge/vendor/imgui"]
path = sge/vendor/imgui
url = https://github.com/ocornut/imgui
[submodule "sge/vendor/yaml-cpp"]
path = sge/vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "sge/vendor/portable-file-dialogs"]
path = sge/vendor/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs
[submodule "sge/vendor/imguizmo"]
path = sge/vendor/imguizmo
url = https://github.com/CedricGuillemet/ImGuizmo