-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.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