2018-09-11 04:13:33 +00:00
|
|
|
[package]
|
|
|
|
name = "imlib2-sys"
|
|
|
|
version = "0.1.0"
|
2018-09-30 13:09:27 +00:00
|
|
|
description = "ffi for imlib2"
|
|
|
|
license-file = "../../LICENSE"
|
2018-09-11 04:13:33 +00:00
|
|
|
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2018-09-30 12:05:02 +00:00
|
|
|
bindgen = "0.40"
|