brson / rust-sdl

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

Wrap calls to low-level functions in unsafe { ... } blocks for language changes #22

Closed pcwalton closed 11 years ago

pcwalton commented 11 years ago

C functions are now implicitly unsafe per a language change on incoming. This fixes up rust-sdl for it.

AngryLawyer commented 11 years ago

Thanks, works perfectly!