Update Cargo.toml

We need to bump version for sdl2-sys, as if we use 0.7.0 it will not compile with other libs.
I've tested locally - it works fine with sdl2-sys v0.8.0.
This commit is contained in:
Roman
2016-01-06 12:34:39 +03:00
parent ef4be16144
commit 6d14d528e2
+1 -1
View File
@@ -15,7 +15,7 @@ path = "src/sdl2_image/lib.rs"
bitflags = "^0.3.2"
libc = "^0.1"
sdl2 = "0.12.0"
sdl2-sys = "0.7.0"
sdl2-sys = "0.8.0"
[[bin]]
name = "demo"