termbox-sys 0.2.5

Low level bindings for the termbox library
[package]

name = "termbox-sys"
version = "0.2.5"
authors = [
    "Greg Chapple <gregchapple1@gmail.com>",
    "Tom Jakubowski <tom@crystae.net>"
]

links = "termbox"
build = "build.rs"
license = "MIT"
description = "Low level bindings for the termbox library"
repository = "https://github.com/gchp/termbox-sys"
homepage = "https://github.com/gchp/termbox-sys"

[lib]
name = "termbox_sys"
path = "lib.rs"

[dependencies]
libc = "*"