brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

rustc update fixes - cstr & scope #85

Closed itdaniher closed 11 years ago

itdaniher commented 11 years ago

in progress on my copy of rust-sdl - so far:

https://github.com/itdaniher/rust-sdl/commit/135b619177b5a9960088861978b5677703e7192e (pub kw overuse)

https://github.com/itdaniher/rust-sdl/commit/eaa9767242a533b14e551ec3b7ba41aa9b0d2419 (C-str semantics modification)

itdaniher commented 11 years ago

I submitted a pull request for the second, and someone else submitted a pull request for the first.