bump sdl2 version

This commit is contained in:
andelf
2016-10-07 23:24:06 +08:00
parent f9cd1ea1de
commit 37d8d4bc77
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sdl2_gfx"
version = "0.23.0"
version = "0.24.0"
authors = ["ShuYu Wang <andelf@gmail.com>"]
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.*"