brson / rust-sdl

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

Stop insisting on `mac_framework` or `mac_dylib`. #111

Closed pcwalton closed 10 years ago

pcwalton commented 10 years ago

This is no longer needed now that we have #[cfg(not(...))]. Furthermore, they break rustpkg use on Mac.

AngryLawyer commented 10 years ago

Thanks, you're a star!