andelf / rust-sdl2_ttf

Rust bindings for sdl2_ttf.
MIT License
26 stars 23 forks source link

Fix deprecation warnings/errors for 1.0-alpha2. #11

Closed dpetersen closed 9 years ago

dpetersen commented 9 years ago

This fixes a couple of deprecation warnings and a couple of errors. Everything in those deleted lines was already present in the Cargo.toml, which is what my limited Google research suggested is their replacement.

If you've updated rust-sdl2 recently, #10 needs to be applied as well before this will compile.