mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Version bump to be compatible with sdl2 0.9
This commit is contained in:
+2
-2
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user