bump sdl2 version

This commit is contained in:
andelf
2016-10-07 23:21:13 +08:00
parent 7e42c4024c
commit c7fd646eb5
+3 -3
View File
@@ -2,7 +2,7 @@
name = "sdl2_ttf"
description = "SDL2_ttf bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_ttf"
version = "0.23.1"
version = "0.24.0"
license = "MIT"
readme = "README.md"
authors = ["ShuYu Wang <andelf@gmail.com>"]
@@ -14,8 +14,8 @@ path = "src/sdl2_ttf/lib.rs"
[dependencies]
bitflags = "0.6"
sdl2 = "0.23"
sdl2-sys = "0.23"
sdl2 = "0.24"
sdl2-sys = "0.24"
# [dependencies.sdl2]
# git = "https://github.com/AngryLawyer/rust-sdl2/"