Upgrade sdl2 and sdl2 image.
This commit is contained in:
22
Cargo.lock
generated
22
Cargo.lock
generated
@@ -2,18 +2,18 @@
|
||||
name = "super-matte-bros"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"sdl2 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2_image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2_image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
@@ -107,7 +107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "sdl2"
|
||||
version = "0.19.0"
|
||||
version = "0.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -115,12 +115,12 @@ dependencies = [
|
||||
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sdl2-sys"
|
||||
version = "0.19.0"
|
||||
version = "0.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -128,11 +128,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sdl2_image"
|
||||
version = "0.19.0"
|
||||
version = "0.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ version = "0.0.1"
|
||||
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
sdl2 = "0.19.0"
|
||||
sdl2_image = "0.19.0"
|
||||
sdl2 = "0.23.0"
|
||||
sdl2_image = "0.23.0"
|
||||
|
||||
[[bin]]
|
||||
name = "super-matte-bros"
|
||||
|
||||
Reference in New Issue
Block a user