-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 745 Bytes
/
Copy path.gitmodules
File metadata and controls
22 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "extern/imgui"]
path = extern/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "extern/glfw"]
path = extern/glfw
url = https://github.com/glfw/glfw.git
[submodule "extern/reflect-cpp"]
path = extern/reflect-cpp
url = https://github.com/getml/reflect-cpp.git
[submodule "extern/tinyfiledialogs"]
path = extern/tinyfiledialogs
url = https://github.com/native-toolkit/libtinyfiledialogs.git
[submodule "extern/catch2"]
path = extern/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "extern/sentry-native"]
path = extern/sentry-native
url = https://github.com/getsentry/sentry-native.git
[submodule "extern/miniz"]
path = extern/miniz
url = https://github.com/richgel999/miniz.git