mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 09:03:42 +00:00
21 lines
562 B
Plaintext
21 lines
562 B
Plaintext
[submodule "SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = release-2.28.x
|
|
[submodule "SDL_image"]
|
|
path = extern/SDL_image
|
|
url = https://github.com/libsdl-org/SDL_image.git
|
|
branch = release-2.8.x
|
|
[submodule "libpng"]
|
|
path = extern/libpng
|
|
url = https://github.com/glennrp/libpng.git
|
|
branch = libpng16
|
|
[submodule "zlib"]
|
|
path = extern/zlib
|
|
url = https://github.com/madler/zlib.git
|
|
branch = master
|
|
[submodule "extern/SDL_ttf"]
|
|
path = extern/SDL_ttf
|
|
url = https://github.com/libsdl-org/SDL_ttf.git
|
|
branch = release-2.22.x
|