leanshot/xlib/Cargo.toml

12 lines
254 B
TOML
Raw Normal View History

[package]
2018-09-30 13:07:29 +00:00
name = "leanshot_xlib"
version = "0.1.0"
2018-09-30 13:06:45 +00:00
description = "xlib bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
libc = "0.2"
x11 = { version = "2.18", features = ["xlib"] }