update sdl2 to 0.0.10
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2,11 +2,11 @@
|
||||
name = "super-matte-bros"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"sdl2 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sdl2 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sdl2"
|
||||
version = "0.0.9"
|
||||
version = "0.0.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "0.0.1"
|
||||
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
sdl2 = "0.0.9"
|
||||
sdl2 = "0.0.10"
|
||||
|
||||
[[bin]]
|
||||
name = "super-matte-bros"
|
||||
|
||||
Reference in New Issue
Block a user