brson / rust-sdl

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

Update to work with latest rust master #74

Closed sfackler closed 11 years ago

sfackler commented 11 years ago

Fixes #72. Due to https://github.com/mozilla/rust/issues/3511 the input arrays have to be declared separately from their use :(

I also gitignored the generated Makefile.

itdaniher commented 11 years ago

Works for me, thanks!

AngryLawyer commented 11 years ago

Looks good to me