From 80df71f0a6a4353c861fdbc82b4fc9cfbde9df49 Mon Sep 17 00:00:00 2001 From: Jakob Lautrup Nysom Date: Sat, 12 Sep 2015 14:30:47 +0200 Subject: [PATCH] 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]]