sdl2_gfx 0.24.0

SDL2_gfx bindings for Rust
Documentation
[dependencies]
c_vec = "1.0.*"
libc = "0.2"
num = "0.1"
sdl2 = "0.24"
sdl2-sys = "0.24"

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

[package]
authors = ["ShuYu Wang <andelf@gmail.com>"]
description = "SDL2_gfx bindings for Rust"
homepage = "https://github.com/andelf/rust-sdl2_gfx"
keywords = ["SDL", "windowing", "graphics", "SDL2"]
license = "MIT"
name = "sdl2_gfx"
readme = "README.md"
repository = "https://github.com/andelf/rust-sdl2_gfx"
version = "0.24.0"