From 923b64994bce724c4642eab6420ee30c0297a7aa Mon Sep 17 00:00:00 2001 From: logaritmisk Date: Sun, 2 Oct 2016 22:27:17 +0200 Subject: [PATCH] Upgrade sdl2 and sdl2 image. --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d0f305..3d3ec01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", ] diff --git a/Cargo.toml b/Cargo.toml index 1774661..5c515e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.0.1" authors = ["logaritmisk "] [dependencies] -sdl2 = "0.19.0" -sdl2_image = "0.19.0" +sdl2 = "0.23.0" +sdl2_image = "0.23.0" [[bin]] name = "super-matte-bros"