x11-dl 2.9.0

X11 library bindings for Rust
Documentation
[package]
name = "x11-dl"
version = "2.9.0"
authors = ["Daggerbot <daggerbot@gmail.com>"]
description = "X11 library bindings for Rust"
license = "CC0-1.0"
repository = "https://github.com/Daggerbot/x11-rs.git"
build = "build.rs"

[dependencies]
lazy_static = "0.2.0"
libc = "0.2"

[build-dependencies]
pkg-config = "0.3.8"