From c7fd646eb5424c727239bf6133e2423cbc1aeabf Mon Sep 17 00:00:00 2001 From: andelf Date: Fri, 7 Oct 2016 23:21:13 +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 3285aff4..b2085655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] @@ -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/"