forked from hoffstadt/DearPyGui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 847 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
24
25
[submodule "Dependencies/imgui"]
path = Dependencies/imgui
url = https://github.com/ocornut/imgui
branch = master
[submodule "Dependencies/cpython"]
path = Dependencies/cpython
url = https://github.com/python/cpython
branch = master
[submodule "Dependencies/glfw"]
path = Dependencies/glfw
url = https://github.com/glfw/glfw
branch = master
[submodule "Dependencies/ImGuiFileDialog"]
path = Dependencies/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog
branch = master
[submodule "Dependencies/spdlog"]
path = Dependencies/spdlog
url = https://github.com/gabime/spdlog
[submodule "Dependencies/freetype"]
path = Dependencies/freetype
url = https://gitlab.freedesktop.org/freetype/freetype
[submodule "Dependencies/DearPyGui_Ext"]
path = Dependencies/DearPyGui_Ext
url = https://github.com/hoffstadt/DearPyGui_Ext