leanshot/imlib2/imlib2-sys/Cargo.toml
Michael Zhang 6005bcc4c6
...
2018-09-30 08:09:27 -05:00

14 lines
243 B
TOML

[package]
name = "imlib2-sys"
version = "0.1.0"
description = "ffi for imlib2"
license-file = "../../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
build = "build.rs"
[lib]
path = "lib.rs"
[build-dependencies]
bindgen = "0.40"