From 37d8d4bc77ced494b4c72ddeb81f95984151d1c4 Mon Sep 17 00:00:00 2001 From: andelf Date: Fri, 7 Oct 2016 23:24:06 +0800 Subject: [PATCH] bump sdl2 version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a0fac97..077fd3e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl2_gfx" -version = "0.23.0" +version = "0.24.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.2" -sdl2 = "0.23" -sdl2-sys = "0.23" +sdl2 = "0.24" +sdl2-sys = "0.24" c_vec = "1.0.*"