mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user