ggdt/libretrogd
Gered 7c568fd09d update to a more recent version of sdl2. only tested on linux for now
0.35.2 is the latest version available via cargo right now, and that
version has some issues building for me that have been resolved in
subsequent commit(s). for some reason the maintainers have not pushed
a new version of sdl2 to cargo for quite some time despite numerous
fixes and updates being available ...? bah!

also the current sdl2 `features` set will probably only work for linux
builds. i will try to work out windows + mac build issues shortly
2023-01-18 13:30:25 -05:00
..
assets initial commit 2022-05-15 12:11:46 -04:00
benches add initial benchmark tests for asset loading 2023-01-01 12:43:15 -05:00
src during lzw decoding, use a vector instead of a hashmap for the table 2023-01-01 13:01:10 -05:00
test-assets add more pcx bitmap load/save tests 2022-12-30 17:25:10 -05:00
tests adjust rotozoom internal transformed destination rect coord calculation 2022-11-07 13:21:45 -05:00
Cargo.toml update to a more recent version of sdl2. only tested on linux for now 2023-01-18 13:30:25 -05:00