leanshot/imlib2/Cargo.toml

12 lines
296 B
TOML
Raw Normal View History

[package]
name = "imlib2"
2018-09-30 22:49:11 +00:00
version = "0.1.1"
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"
2018-09-30 13:11:00 +00:00
imlib2-sys = { version = "0.1", path = "imlib2-sys" }
2020-06-16 02:25:28 +00:00
leanshot_xlib = { version = "0.2", path = "../xlib" }