pcwalton / sprocketnes

NES emulator written in Rust
MIT License
749 stars 55 forks source link

Update for rust-0.13-nightly and latest rust-sdl2. #12

Closed bfabio closed 10 years ago

bfabio commented 10 years ago
* Rename fail! to panic!
* Remove occurrences of "use std::owned::Box".
* Renderer<T> is now just Renderer in rust-sdl2.
* Rename lint from "ctypes" to "improper_ctypes".