tcod-sys 3.0.1

Raw FFI bindings & build script to link against libtcod.
[package]
name = "tcod-sys"
description = "Raw FFI bindings & build script to link against libtcod."
version = "3.0.1"
license = "WTFPL"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"
authors = ["tomas@sedovic.cz"]
links = "tcod"
build = "build.rs"
exclude = [
    "libtcod/lib/libz.a"
]

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

[dependencies]
libc = "0.1"