brson / rust-sdl

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

Updates #89

Closed luqmana closed 11 years ago

luqmana commented 11 years ago

This updates everything to use the new externfn! macro, makes SDL_image and SDL_mixer respect the mac_framework/dylib cfg's and fixes the demo to have SDL functions called on the main thread.

AngryLawyer commented 11 years ago

Awesome, cheers!