andelf / rust-sdl2_gfx

Rust bindings for sdl2_gfx (SDL2 Graphic Primitives)
MIT License
16 stars 15 forks source link

Update Cargo.toml: Bump sdl2 to version 0.13 #14

Closed Manorhos closed 8 years ago

Manorhos commented 8 years ago

Apparently there is no version 0.12.2 anymore, so with the toml requesting 0.12, 0.12.1 was used which required sdl2-sys 0.7. That conflicted with this crate requiring sdl2-sys 0.8.

I've tested running the example after the version bump and it runs fine.