From bd828cda7fa783f956cc1207ccece617a4b72b73 Mon Sep 17 00:00:00 2001 From: jdeseno Date: Fri, 20 Feb 2015 11:57:46 +0900 Subject: [PATCH] Bumb version (API change `blit_scaled`) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a43973d0..d9b51e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" -version = "0.0.26" +version = "0.0.27" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"]