Merge pull request #49 from Machtan/master

Bump the version of SDL2 to 0.9
This commit is contained in:
ShuYu Wang
2015-09-13 10:30:38 +08:00
2 changed files with 3 additions and 3 deletions
+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]]
+1 -1
View File
@@ -22,7 +22,7 @@ Cargo.toml file:
```toml
[dependencies]
sdl2_image = "0.2.1"
sdl2_image = "0.3"
```
Or, to reference this repository directly: