This commit is contained in:
Isuru Samarathunga
2025-11-01 00:11:13 +05:30
commit 9d85e3d822
5723 changed files with 1758962 additions and 0 deletions

16
.gitmodules vendored Normal file
View File

@ -0,0 +1,16 @@
[submodule "Vendor/IACore"]
path = Vendor/IACore
url = https://git.iasoft.dev/dev0/IACore
branch = main
[submodule "Vendor/SDL_mixer"]
path = Vendor/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
[submodule "Vendor/freetype"]
path = Vendor/freetype
url = https://github.com/freetype/freetype
[submodule "Vendor/zlib"]
path = Vendor/zlib
url = https://github.com/madler/zlib
[submodule "Vendor/SDL"]
path = Vendor/SDL
url = https://github.com/I-A-S/SDL