sdl2 0.20.1

SDL2 bindings for Rust
Documentation
[package]

name    = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/"
version = "0.20.1"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]

[lib]

name       = "sdl2"
path       = "src/sdl2/lib.rs"


[[test]]
name="events"
harness=false

[dependencies]
num = "0.1"
bitflags = "0.6"
libc = "0.2"
rand = "0.3"
lazy_static="0.2"

[dependencies.sdl2-sys]

path = "sdl2-sys"
version = "0.19.0"

[features]

default = []
use-pkgconfig = [ "sdl2-sys/use-pkgconfig" ]
use_mac_framework = ["sdl2-sys/use_mac_framework"]