forked from michael/leanshot
13 lines
243 B
TOML
13 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"
|