wayland-client 0.5.12

Bindings to the standard C implementation of the wayland protocol.
Documentation
[package]
name = "wayland-client"
version = "0.5.12"
documentation = "http://vberger.github.io/wayland-client-rs/wayland_client/"
repository = "https://github.com/vberger/wayland-client-rs"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
description = "Bindings to the standard C implementation of the wayland protocol."
build = "build.rs"

[dependencies]
bitflags = ">=0.5.0, <0.8 "
crossbeam = "0.2"
dlib = "0.3"
libc = "0.2"
lazy_static = { version = ">=0.1, <0.3", optional = true }
wayland-sys = { version = "0.5.7", features = ["client"], path = "../wayland-sys/" }

[build-dependencies]
wayland-scanner = { version = "0.5.11", path = "../scanner/" }

[dev-dependencies]
byteorder = ">=0.3, <0.6"
tempfile = ">=1.1, <3.0"

[features]
dlopen = ["dlib/dlopen", "wayland-sys/dlopen"]
egl = ["wayland-sys/egl"]
cursor = ["wayland-sys/cursor"]