[go: up one dir, main page]

x11 1.1.1

X11 library bindings for Rust
Documentation
[package]
name = "x11"
version = "1.1.1"
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"

[features]
glx = []
xcursor = []
xf86vmode = []
xlib = []
xmu = []
xrender = []
xt = []

[dependencies]
libc = "*"

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