Tobias Markus bb44531b71 Remove simplesquirrel submodule [ci skip] 5 days ago
..
SDL_SavePNG 079f9d875e Added https://github.com/driedfruit/SDL_SavePNG 5 years ago
SDL_ttf @ 3b5d087966 3e405fe0a6 update sdl_ttf 2 months ago
discord-sdk @ e4c0c569ec 55a4a5a0d0 Implement the Discord SDK (Basics) 3 years ago
findlocale afbae58a61 findlocale: Move VERSION to VERSION.txt 3 years ago
fmt @ d141cdbeb0 7d51c1d1b8 Replace boost::format with fmt::format 2 years ago
glm @ 5c46b9c070 0dc40254b5 Fix WASM builds 10 months ago
obstack 1c67f68d48 Make the code compatible with msvs 9 years ago
partio_zip 81809dd5e6 Fix problem with GCC 11 and Partio's ZIP manager (missing #include <memory>) 1 year ago
physfs @ eb3383b532 51ca3d6955 Update PhysFS to 3.2.0 3 weeks ago
sexp-cpp @ 6018831abc 6627ddd58e Revert "Revert weluvgoatz's accidental commit" 4 years ago
squirrel @ b31e5bdc21 fb1bd7818e Update squirrel submodule 1 year ago
tinygettext @ cbd7e8b806 02711d9070 Display languages localized (#2610) 8 months ago
README cf67446bf0 Add documentation where SDL_ttf came from 5 years ago

README

findlocale/
* findlocale-0.46.tar.gz from http://icculus.org/~aspirin/findlocale/

SDL_SavePNG/
* https://github.com/driedfruit/SDL_SavePNG

SDL_ttf/
* SDL_ttf upstream is hg, this repository is based on a hg->git conversion done with:

hg clone https://hg.libsdl.org/SDL_ttf/ SDL_ttf.hg
mkdir SDL_ttf.git
cd SDL_ttf.git
git init
hg-fast-export -r ../SDL_ttf.hg
git checkout HEAD


# EOF #