-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
23 lines (23 loc) · 859 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "dependencies/imgui_filedialog"]
path = dependencies/imgui_filedialog
url = https://github.com/aiekick/ImGuiFileDialog.git
branch = "Lib_Only"
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/sdl"]
path = dependencies/sdl
url = https://github.com/libsdl-org/SDL.git
[submodule "dependencies/glbinding"]
path = dependencies/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "dependencies/plog"]
path = dependencies/plog
url = https://github.com/SergiusTheBest/plog.git
[submodule "dependencies/assimp"]
path = dependencies/assimp
url = https://github.com/assimp/assimp.git