leanshot/imlib2/Cargo.toml
Michael Zhang f87e7ab45b
...
2018-09-30 08:10:02 -05:00

11 lines
262 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 = { path = "imlib2-sys" }
leanshot_xlib = { path = "../xlib" }