leanshot/xlib/Cargo.toml
Michael Zhang de118c6047
try build
2018-09-10 23:13:33 -05:00

12 lines
297 B
TOML

[package]
name = "xlib"
description = "Safe-ish bindings to xlib (or at least the parts that I need)"
version = "0.1.0"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
imlib2 = { path = "../imlib2" }
libc = "0.2"
x11 = { version = "2.18", features = ["xlib"] }