-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
25 lines (25 loc) · 921 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 "include/glfw"]
path = include/glfw
url = https://github.com/glfw/glfw.git
[submodule "include/imgui"]
path = include/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "include/Xertz"]
path = include/Xertz
url = https://github.com/CosmoCortney/Xertz.git
[submodule "include/ImGuiFileDialog"]
path = include/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
[submodule "include/ImGui_MemoryEditor"]
path = include/ImGui_MemoryEditor
url = https://github.com/CosmoCortney/imgui_club-MemoryViewer-ForeignProcesses.git
[submodule "include/MemoryCompare"]
path = include/MemoryCompare
url = https://github.com/CosmoCortney/MemoryCompare.git
[submodule "include/implot3d"]
path = include/implot3d
url = https://github.com/brenocq/implot3d.git
[submodule "include/implot"]
path = include/implot
url = https://github.com/epezent/implot