update sdl2 to 0.0.10

This commit is contained in:
2014-12-16 21:53:26 +01:00
parent 85c95f24f2
commit d2ace9cc23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2,11 +2,11 @@
name = "super-matte-bros" name = "super-matte-bros"
version = "0.0.1" version = "0.0.1"
dependencies = [ 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]] [[package]]
name = "sdl2" name = "sdl2"
version = "0.0.9" version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"

View File

@@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"] authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies] [dependencies]
sdl2 = "0.0.9" sdl2 = "0.0.10"
[[bin]] [[bin]]
name = "super-matte-bros" name = "super-matte-bros"