forked from michael/leanshot
11 lines
254 B
TOML
11 lines
254 B
TOML
[package]
|
|
name = "leanshot_xlib"
|
|
version = "0.1.1"
|
|
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"] }
|