leanshot/imlib2/imlib2-sys/Cargo.toml

14 lines
243 B
TOML
Raw Normal View History

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]
bindgen = "0.40"