-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.03 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.03 KB
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