Upgrade SDL2 and SDL2 Image.
This commit is contained in:
25
Cargo.lock
generated
25
Cargo.lock
generated
@@ -2,8 +2,8 @@
|
||||
name = "super-matte-bros"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"sdl2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2_image 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2_image 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
@@ -35,6 +35,11 @@ name = "libc"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "num"
|
||||
version = "0.1.27"
|
||||
@@ -61,34 +66,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "sdl2"
|
||||
version = "0.9.1"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sdl2-sys"
|
||||
version = "0.6.2"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sdl2_image"
|
||||
version = "0.3.0"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -5,8 +5,8 @@ authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
time = "0.1"
|
||||
sdl2 = "0.9"
|
||||
sdl2_image = "0.3"
|
||||
sdl2 = "0.12.0"
|
||||
sdl2_image = "0.6.0"
|
||||
|
||||
[[bin]]
|
||||
name = "super-matte-bros"
|
||||
|
||||
Reference in New Issue
Block a user