bump version

This commit is contained in:
andelf
2015-11-15 08:45:40 +08:00
parent f63b72a3aa
commit bb91c72fbf
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sdl2_gfx"
version = "0.6.3"
version = "0.7.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.1"
sdl2 = "0.9"
sdl2-sys = "0.6.2"
sdl2 = "0.10"
sdl2-sys = "0.7"
c_vec = "1.0.*"