-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
23 lines (23 loc) · 972 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 "3rd_party/glad2_loader/glad"]
path = 3rd_party/glad2_loader/glad
url = https://github.com/Dav1dde/glad
branch = glad2
[submodule "3rd_party/imgui/imgui"]
path = 3rd_party/imgui/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "3rd_party/imgui_filedialog/ImGuiFileDialog"]
path = 3rd_party/imgui_filedialog/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog
[submodule "3rd_party/dirent"]
path = 3rd_party/dirent
url = https://github.com/tronkko/dirent
[submodule "3rd_party/icon_font_headers/IconFontCppHeaders"]
path = 3rd_party/icon_font_headers/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "3rd_party/fork_awesome/Fork-Awesome"]
path = 3rd_party/fork_awesome/Fork-Awesome
url = https://github.com/ForkAwesome/Fork-Awesome
[submodule "3rd_party/sdl2/sdl2-cmake-modules"]
path = 3rd_party/sdl2/sdl2-cmake-modules
url = https://github.com/aminosbh/sdl2-cmake-modules