upgrade to rust nightly

This commit is contained in:
2015-01-29 09:26:59 +01:00
parent d204978936
commit 02e8dfec78

24
Cargo.lock generated
View File

@@ -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)",
]