brson / rust-sdl

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

Fixes for the current master #81

Closed MaikKlein closed 11 years ago

MaikKlein commented 11 years ago

It compiles now in the current master. I am not sure if it is correct to use the DefaultScheduler instead of the PlatformThread.

There were no tests but the demos are working.

AngryLawyer commented 11 years ago

I'm struggling to get to grips with the new way without bricking the code for various operating systems, so any help you can give would be really appreciated, @brson :D

AngryLawyer commented 11 years ago

Think this is fixed.