[package]
name = "x11"
version = "2.18.1"
authors = ["daggerbot <daggerbot@gmail.com>", "Erle Pereira <erle@erlepereira.com>"]
build = "build.rs"
description = "X11 library bindings for Rust"
documentation = "https://docs.rs/x11"
license = "CC0-1.0"
repository = "https://github.com/erlepereira/x11-rs.git"
[dependencies.libc]
version = "0.2"
[build-dependencies.pkg-config]
version = "0.3.8"
[features]
dox = []
dpms = []
glx = []
xcursor = []
xf86vmode = []
xft = []
xinerama = []
xinput = []
xlib = []
xlib_xcb = []
xmu = []
xrandr = []
xrecord = ["xtst"]
xrender = []
xss = []
xt = []
xtest = ["xtst"]
xtst = []