leanshot/imlib2/Cargo.toml

12 lines
262 B
TOML
Raw Normal View History

[package]
name = "imlib2"
version = "0.1.0"
2018-09-30 13:10:02 +00:00
description = "imlib2 bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
imlib2-sys = { path = "imlib2-sys" }
2018-09-30 13:09:27 +00:00
leanshot_xlib = { path = "../xlib" }