forked from DearCyGui/DearCyGui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
26 lines (26 loc) · 886 Bytes
/
.gitmodules
File metadata and controls
26 lines (26 loc) · 886 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
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/axeldavy/imgui
branch = docking
[submodule "thirdparty/implot"]
path = thirdparty/implot
url = https://github.com/axeldavy/implot
branch = master
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = https://gitlab.freedesktop.org/freetype/freetype
[submodule "thirdparty/SDL"]
path = thirdparty/SDL
url = https://github.com/libsdl-org/SDL
[submodule "thirdparty/delaunator-cpp"]
path = thirdparty/delaunator-cpp
url = https://github.com/delfrrr/delaunator-cpp
[submodule "thirdparty/Constrainautor"]
path = thirdparty/Constrainautor
url = https://github.com/axeldavy/Constrainautor
[submodule "thirdparty/xsimd"]
path = thirdparty/xsimd
url = https://github.com/xtensor-stack/xsimd
[submodule "thirdparty/md4c"]
path = thirdparty/md4c
url = https://github.com/axeldavy/md4c