From 02e8dfec78913cdc256f8d706d0a2e030c442cea Mon Sep 17 00:00:00 2001 From: logaritmisk Date: Thu, 29 Jan 2015 09:26:59 +0100 Subject: [PATCH] upgrade to rust nightly --- Cargo.lock | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1322f26..91100df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,29 +2,35 @@ name = "super-matte-bros" version = "0.0.1" dependencies = [ - "sdl2 0.0.17 (git+https://github.com/AngryLawyer/rust-sdl2)", + "sdl2 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)", "sdl2_image 0.0.1-alpha.1 (git+https://github.com/fgeldenhuys/rust-sdl2_image)", ] +[[package]] +name = "bitflags" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "pkg-config" -version = "0.1.4" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sdl2" -version = "0.0.17" -source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640" +version = "0.0.20" +source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22" dependencies = [ - "sdl2-sys 0.0.16 (git+https://github.com/AngryLawyer/rust-sdl2)", + "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sdl2-sys 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)", ] [[package]] name = "sdl2-sys" -version = "0.0.16" -source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640" +version = "0.0.20" +source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22" dependencies = [ - "pkg-config 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -32,6 +38,6 @@ name = "sdl2_image" version = "0.0.1-alpha.1" source = "git+https://github.com/fgeldenhuys/rust-sdl2_image#21bf12fed5d6f6a8ae49fbd20637921f97d17fe6" dependencies = [ - "sdl2 0.0.17 (git+https://github.com/AngryLawyer/rust-sdl2)", + "sdl2 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)", ]