brson / rust-sdl

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

Updated, to match latest syntax changes #14

Closed AngryLawyer closed 12 years ago

AngryLawyer commented 12 years ago

Hello again.

'export' has become 'pub', so I've switched them over. I also changed argument modes in the comparison traits to borrowed pointers, as the former is deprecated.

brson commented 12 years ago

Thanks!