-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
30 lines (30 loc) · 1.01 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 "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/bgfx.cmake"]
path = 3rdparty/bgfx.cmake
url = https://github.com/zacbrannelly/bgfx.cmake
[submodule "3rdparty/assimp"]
path = 3rdparty/assimp
url = https://github.com/assimp/assimp
[submodule "3rdparty/SDL_mixer"]
path = 3rdparty/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
[submodule "3rdparty/stb"]
path = 3rdparty/stb
url = https://github.com/nothings/stb
[submodule "3rdparty/imgui.cmake/imgui"]
path = 3rdparty/imgui.cmake/imgui
url = https://github.com/ocornut/imgui
[submodule "3rdparty/stduuid"]
path = 3rdparty/stduuid
url = https://github.com/mariusbancila/stduuid
[submodule "3rdparty/inja"]
path = 3rdparty/inja
url = https://github.com/pantor/inja
[submodule "3rdparty/PhysX"]
path = 3rdparty/PhysX
url = https://github.com/zacbrannelly/PhysX.git
[submodule "3rdparty/imgui.cmake/guizmo"]
path = 3rdparty/imgui.cmake/guizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git