upgrade to rust nightly
This commit is contained in:
24
Cargo.lock
generated
24
Cargo.lock
generated
@@ -2,29 +2,35 @@
|
|||||||
name = "super-matte-bros"
|
name = "super-matte-bros"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
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)",
|
"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]]
|
[[package]]
|
||||||
name = "pkg-config"
|
name = "pkg-config"
|
||||||
version = "0.1.4"
|
version = "0.1.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sdl2"
|
name = "sdl2"
|
||||||
version = "0.0.17"
|
version = "0.0.20"
|
||||||
source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640"
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22"
|
||||||
dependencies = [
|
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]]
|
[[package]]
|
||||||
name = "sdl2-sys"
|
name = "sdl2-sys"
|
||||||
version = "0.0.16"
|
version = "0.0.20"
|
||||||
source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640"
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22"
|
||||||
dependencies = [
|
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]]
|
[[package]]
|
||||||
@@ -32,6 +38,6 @@ name = "sdl2_image"
|
|||||||
version = "0.0.1-alpha.1"
|
version = "0.0.1-alpha.1"
|
||||||
source = "git+https://github.com/fgeldenhuys/rust-sdl2_image#21bf12fed5d6f6a8ae49fbd20637921f97d17fe6"
|
source = "git+https://github.com/fgeldenhuys/rust-sdl2_image#21bf12fed5d6f6a8ae49fbd20637921f97d17fe6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sdl2 0.0.17 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
"sdl2 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user