leanshot/xlib/Cargo.toml

11 lines
265 B
TOML
Raw Normal View History

2018-09-11 01:31:25 +00:00
[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"
libc = "0.2"
x11 = { version = "2.18", features = ["xlib"] }