brson / rust-sdl

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

rustpkg ftw! #105

Closed itdaniher closed 10 years ago

itdaniher commented 10 years ago

'rustpkg build sdl' works now!

I don't know if this is a huge value-add for upstream, but it's awfully nice for my personal usage.

brson commented 10 years ago

@itdaniher Can you adjust either adjust the makefile so that it continues to work or remove the makefile and change the script command in the .travis.yml file to use rustpkg? The Travis CI build failed because make broke.

itdaniher commented 10 years ago

@brson fixed it. I dropped the old build tools, but I'm not sure if rustpkg supports things like optional compilation of SDL_mixer & SDL_image etc. Also moved the demo to be built as an executable via rustpkg.

brson commented 10 years ago

@itdaniher Thanks!