From bb91c72fbf96827c8debe461cbc2d10cf3df5bf0 Mon Sep 17 00:00:00 2001 From: andelf Date: Sun, 15 Nov 2015 08:45:40 +0800 Subject: [PATCH] bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a8f3954..52bde19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl2_gfx" -version = "0.6.3" +version = "0.7.0" authors = ["ShuYu Wang "] description = "SDL2_gfx bindings for Rust" homepage = "https://github.com/andelf/rust-sdl2_gfx" @@ -16,6 +16,6 @@ path = "src/sdl2_gfx/lib.rs" [dependencies] num = "0.1" libc = "0.1" -sdl2 = "0.9" -sdl2-sys = "0.6.2" +sdl2 = "0.10" +sdl2-sys = "0.7" c_vec = "1.0.*"