From d2ace9cc23e56a0426521320b875c88bce237491 Mon Sep 17 00:00:00 2001 From: logaritmisk Date: Tue, 16 Dec 2014 21:53:26 +0100 Subject: [PATCH] update sdl2 to 0.0.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2575ae..f2470c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 1949328..f254f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = ["logaritmisk "] [dependencies] -sdl2 = "0.0.9" +sdl2 = "0.0.10" [[bin]] name = "super-matte-bros"