brson / rust-sdl

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

Add Cargo.toml #131

Closed andrezsanchez closed 10 years ago

andrezsanchez commented 10 years ago

For the Cargo package manager.

The package manager does not allow for more than one [[lib]] in Cargo.toml, so you'll have to figure something out for sdl_image and sdl_mixer. I'm guessing splitting them into separate repos is the way to go, but that's not my decision.

Also, I didn't know who should be included in authors, so I just put @brson for now

brson commented 10 years ago

Thanks!