-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
30 lines (30 loc) · 1.03 KB
/
.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
26
27
28
29
30
[submodule "src/imgui"]
path = src/deps/imgui
url = https://github.com/ocornut/imgui.git
[submodule "src/ImGuiAl"]
path = src/deps/ImGuiAl
url = https://github.com/leiradel/ImGuiAl.git
[submodule "src/lrcpp"]
path = src/deps/lrcpp
url = https://github.com/leiradel/lrcpp.git
[submodule "src/lua"]
path = src/deps/lua
url = https://github.com/lua/lua.git
[submodule "src/ImGui-Addons"]
path = src/deps/ImGui-Addons
url = https://github.com/Flix01/imgui.git
[submodule "src/SDL_GameControllerDB"]
path = src/deps/SDL_GameControllerDB
url = https://github.com/gabomdq/SDL_GameControllerDB.git
[submodule "src/IconFontCppHeaders"]
path = src/deps/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git
[submodule "src/luafilesystem"]
path = src/deps/luafilesystem
url = https://github.com/keplerproject/luafilesystem.git
[submodule "src/imgui_club"]
path = src/deps/imgui_club
url = https://github.com/leiradel/imgui_club.git
[submodule "src/deps/chips"]
path = src/deps/chips
url = https://github.com/floooh/chips.git