brson / rust-sdl

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

Fix sdl_main.rs demo #142

Closed lgrz closed 9 years ago

lgrz commented 9 years ago

These changes get sdl_main.rs working again. The changes bring it in line with sdl-demo/main.rs and fix recent language changes for SDL_Main.

lifthrasiir commented 9 years ago

Oops, thank you! I consistently forget to update sdl_main... Just to be sure, you seem to update the build description for OS X; have you tested this from OS X?

lgrz commented 9 years ago

Yes I tested this on OS X, and updated the build description to match the output of sdl-config --libs

lifthrasiir commented 9 years ago

@lstat Okay, again, thank you!