From 80df71f0a6a4353c861fdbc82b4fc9cfbde9df49 Mon Sep 17 00:00:00 2001 From: Jakob Lautrup Nysom Date: Sat, 12 Sep 2015 14:30:47 +0200 Subject: [PATCH 1/2] Version bump to be compatible with sdl2 0.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1a8f485..cb204775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl2_image" -version = "0.2.5" +version = "0.3.0" authors = ["xsleonard"] description = "SDL2_image bindings and wrappers" license = "MIT" @@ -14,7 +14,7 @@ path = "src/sdl2_image/lib.rs" [dependencies] bitflags = "0.1.1" libc = "0.1.6" -sdl2 = "0.8" +sdl2 = "0.9" sdl2-sys = "0.6" [[bin]] From caaeec301116b524c7dd48a736412eeb05af6cde Mon Sep 17 00:00:00 2001 From: Jakob Lautrup Nysom Date: Sat, 12 Sep 2015 14:33:24 +0200 Subject: [PATCH 2/2] Updated readme to reflect the new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba48703..52fc46e7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Cargo.toml file: ```toml [dependencies] -sdl2_image = "0.2.1" +sdl2_image = "0.3" ``` Or, to reference this repository directly: