Files
lime/.gitmodules
player-03 872e5b2685 Adjust submodule fetch settings.
Apparently a shallow fetch only gets the latest commit from tinyfiledialogs, so we need to fetch everything. The same doesn't seem to apply to libpng, despite both being on SourceForge.

Meanwhile, there's no reason not to do a shallow fetch for HashLink.
2022-10-28 23:48:12 -04:00

84 lines
2.4 KiB
Plaintext

[submodule "project/lib/vorbis"]
path = project/lib/vorbis
url = https://github.com/xiph/vorbis
shallow = true
[submodule "project/lib/sdl"]
path = project/lib/sdl
url = https://github.com/libsdl-org/SDL
shallow = true
[submodule "project/lib/openal"]
path = project/lib/openal
url = https://github.com/kcat/openal-soft
shallow = true
[submodule "project/lib/curl"]
path = project/lib/curl
url = https://github.com/curl/curl
shallow = true
[submodule "project/lib/ogg"]
path = project/lib/ogg
url = https://github.com/xiph/ogg
shallow = true
[submodule "project/lib/zlib"]
path = project/lib/zlib
url = https://github.com/madler/zlib
shallow = true
[submodule "project/lib/neko"]
path = project/lib/neko
url = https://github.com/HaxeFoundation/neko
shallow = true
[submodule "project/lib/png"]
path = project/lib/png
url = https://git.code.sf.net/p/libpng/code
shallow = true
[submodule "project/lib/jpeg"]
path = project/lib/jpeg
url = https://github.com/libjpeg-turbo/libjpeg-turbo
shallow = true
[submodule "project/lib/freetype"]
path = project/lib/freetype
url = https://github.com/freetype/freetype
shallow = true
[submodule "project/lib/harfbuzz"]
path = project/lib/harfbuzz
url = https://github.com/harfbuzz/harfbuzz
shallow = true
[submodule "project/lib/cairo"]
path = project/lib/cairo
url = https://github.com/freedesktop/cairo
shallow = true
[submodule "project/lib/pixman"]
path = project/lib/pixman
url = https://github.com/freedesktop/pixman
shallow = true
[submodule "project/lib/lzma"]
path = project/lib/lzma
url = https://github.com/openfl/liblzma
shallow = true
[submodule "project/lib/tinyfiledialogs"]
path = project/lib/tinyfiledialogs
url = https://git.code.sf.net/p/tinyfiledialogs/code
[submodule "project/lib/efsw"]
path = project/lib/efsw
url = https://github.com/SpartanJ/efsw
shallow = true
[submodule "project/lib/vpx"]
path = project/lib/vpx
url = https://github.com/webmproject/libvpx
shallow = true
[submodule "project/lib/webm"]
path = project/lib/webm
url = https://github.com/webmproject/libwebm
shallow = true
[submodule "project/lib/mbedtls"]
path = project/lib/mbedtls
url = https://github.com/Mbed-TLS/mbedtls
shallow = true
[submodule "project/lib/mojoal"]
path = project/lib/mojoal
url = https://github.com/icculus/mojoAL
shallow = true
[submodule "project/lib/hashlink"]
path = project/lib/hashlink
url = https://github.com/HaxeFoundation/hashlink
shallow = true