-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 780 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 780 Bytes
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
[submodule "3rd/corrade"]
path = 3rd/corrade
url = https://github.com/mosra/corrade.git
branch = master
[submodule "3rd/imgui"]
path = 3rd/imgui
url = https://github.com/ocornut/imgui.git
branch = v1.90
[submodule "3rd/magnum"]
path = 3rd/magnum
url = https://github.com/mosra/magnum.git
branch = master
[submodule "3rd/magnum-integration"]
path = 3rd/magnum-integration
url = https://github.com/mosra/magnum-integration.git
branch = master
[submodule "3rd/SDL2"]
path = 3rd/SDL2
url = https://github.com/libsdl-org/SDL.git
branch = release-2.28.5
[submodule "3rd/eigen"]
path = 3rd/eigen
url = https://gitlab.com/libeigen/eigen.git
branch = 3.4
[submodule "3rd/ImGuiFileDialog"]
path = 3rd/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git