Tobias Markus 1318f49926 Update PhysFS to latest version 3.0 branch 6 years ago
..
SDL_SavePNG 079f9d875e Added https://github.com/driedfruit/SDL_SavePNG 6 years ago
SDL_ttf @ 8ed6dec383 10c6d0df7d Use vcpkg for Windows dependencies in AppVeyor (#927) 6 years ago
findlocale 40af078133 Fix conversion warnings in findlocale.c 9 years ago
googletest @ a6f06bf2fd b1c8d55042 Update googletest submodule 7 years ago
obstack 1c67f68d48 Make the code compatible with msvs 10 years ago
physfs @ 85759d137a 1318f49926 Update PhysFS to latest version 3.0 branch 6 years ago
sexp-cpp @ 011e0a42cd 778eb297ae Update sexp submodule 6 years ago
squirrel @ dda695e95f af9ed27123 Update squirrel submodule 6 years ago
tinygettext @ 22a8455226 de93cc819a Add addons with precedence to the tinygettext search path. 8 years ago
README cf67446bf0 Add documentation where SDL_ttf came from 6 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 #