leanshot/imlib2/Cargo.toml
Michael Zhang ccb70d3328
...
2018-09-30 08:11:00 -05:00

12 lines
296 B
TOML

[package]
name = "imlib2"
version = "0.1.0"
description = "imlib2 bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
imlib2-sys = { version = "0.1", path = "imlib2-sys" }
leanshot_xlib = { version = "0.1", path = "../xlib" }