Version bump to be compatible with sdl2 0.9

This commit is contained in:
Jakob Lautrup Nysom
2015-09-12 14:30:47 +02:00
parent 33381b399f
commit 80df71f0a6
+2 -2
View File
@@ -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]]