-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 956 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
26
27
[submodule "external/SDL"]
path = Dependencies/SDL
url = https://github.com/libsdl-org/SDL
[submodule "external/SDL_image"]
path = Dependencies/SDL_image
url = https://github.com/libsdl-org/SDL_image
[submodule "external/SDL_ttf"]
path = Dependencies/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf
[submodule "external/SDL_mixer"]
path = Dependencies/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
[submodule "external/lua"]
path = Dependencies/lua
url = https://github.com/lua/lua
[submodule "external/imgui"]
path = Dependencies/imgui
url = https://github.com/ocornut/imgui
[submodule "external/SQLite3MultipleCiphers"]
path = Dependencies/SQLite3MultipleCiphers
url = https://github.com/utelle/SQLite3MultipleCiphers
[submodule "external/ip2region"]
path = Dependencies/ip2region
url = https://gitee.com/lionsoul/ip2region
[submodule "Dependencies/RmlUi"]
path = Dependencies/RmlUi
url = https://github.com/mikke89/RmlUi