wayland-client 0.20.2

Bindings to the standard C implementation of the wayland protocol, client side.
Documentation
[package]
name = "wayland-client"
version = "0.20.2"
documentation = "https://smithay.github.io/wayland-rs/wayland_client/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
categories = ["gui", "api-bindings"]
keywords = ["wayland", "client"]
description = "Bindings to the standard C implementation of the wayland protocol, client side."
build = "build.rs"

[badges]
travis-ci = { repository = "smithay/wayland-rs" }

[dependencies]
wayland-commons = { version = "0.20.2", path = "../wayland-commons" }
wayland-sys = { version = "0.20.2", features = ["client"], path = "../wayland-sys", optional = true }
bitflags = "1.0"
libc = "0.2"

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

[dev-dependencies]
byteorder = "1.0"
tempfile = "2.0"

[features]
default = ["egl", "cursor", "native_lib"]
native_lib = [ "wayland-sys", "wayland-commons/native_lib" ]
dlopen = ["wayland-sys/dlopen"]
egl = ["wayland-sys/egl"]
cursor = ["wayland-sys/cursor"]