[package]
name = "wayland-client"
version = "0.12.5"
authors = ["Victor Berger <victor.berger@m4x.org>"]
build = "build.rs"
description = "Bindings to the standard C implementation of the wayland protocol, client side."
documentation = "https://smithay.github.io/wayland-rs/wayland_client/"
keywords = ["wayland", "client"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.bitflags]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.token_store]
version = "0.1.1"
[dependencies.wayland-sys]
version = "0.12.5"
features = ["client"]
[dev-dependencies.byteorder]
version = "1"
[dev-dependencies.tempfile]
version = "2"
[build-dependencies.wayland-scanner]
version = "0.12.5"
[features]
cursor = ["wayland-sys/cursor"]
default = ["egl", "cursor"]
dlopen = ["wayland-sys/dlopen"]
egl = ["wayland-sys/egl"]
[badges.travis-ci]
repository = "smithay/wayland-rs"