diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7dd39b2..8155600 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,23 @@ path = lib/sdl2 url = https://github.com/libsdl-org/SDL shallow = true +[submodule "lib/sdl_image/src"] + path = lib/sdl_image + url = https://github.com/libsdl-org/SDL_image + shallow = true +[submodule "lib/sdl_ttf"] + path = lib/sdl_ttf + url = https://github.com/libsdl-org/SDL_ttf.git + shallow = true +[submodule "lib/libdb"] + path = lib/libdb + url = https://github.com/berkeleydb/libdb + shallow = true +[submodule "lib/whereami/whereami"] + path = lib/whereami/lib + url = https://github.com/gpakosz/whereami + shallow = true +[submodule "lib/fontconfig"] + path = lib/fontconfig + url = https://gitlab.freedesktop.org/fontconfig/fontconfig.git + shallow = true |