README 423 B

12345678910111213141516171819
  1. findlocale/
  2. * findlocale-0.46.tar.gz from http://icculus.org/~aspirin/findlocale/
  3. SDL_SavePNG/
  4. * https://github.com/driedfruit/SDL_SavePNG
  5. SDL_ttf/
  6. * SDL_ttf upstream is hg, this repository is based on a hg->git conversion done with:
  7. hg clone https://hg.libsdl.org/SDL_ttf/ SDL_ttf.hg
  8. mkdir SDL_ttf.git
  9. cd SDL_ttf.git
  10. git init
  11. hg-fast-export -r ../SDL_ttf.hg
  12. git checkout HEAD
  13. # EOF #