sdl2_image 0.2.2

SDL2_image bindings and wrappers
[[bin]]
name = "demo"
path = "src/demo/main.rs"

[dependencies]
bitflags = "0.1.1"
libc = "0.1.6"
sdl2 = "0.2.1"
sdl2-sys = "0.2.1"

[lib]
name = "sdl2_image"
path = "src/sdl2_image/lib.rs"

[package]
authors = ["xsleonard"]
description = "SDL2_image bindings and wrappers"
keywords = ["SDL2"]
license = "MIT"
name = "sdl2_image"
repository = "https://github.com/xsleonard/rust-sdl2_image"
version = "0.2.2"