[package] name = "sdl" version = "0.3.6" authors = [ "Brian Anderson ", "Kang Seonghoon " ] description = "SDL bindings" homepage = "https://github.com/brson/rust-sdl" repository = "https://github.com/brson/rust-sdl" license = "MIT" [lib] name = "sdl" path = "src/sdl/lib.rs" [dependencies] num = "0.1.24" rand = "0.3" libc = "0.1"