[package]
name = "wayland-client"
version = "0.7.8"
documentation = "https://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"
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 = "vberger/wayland-client-rs" }
[dependencies]
wayland-sys = { version = "0.7.8", features = ["client"], path = "../wayland-sys" }
libc = "0.2"
bitflags = "0.7"
[build-dependencies]
wayland-scanner = { version = "0.7.8", path = "../wayland-scanner" }
[dev-dependencies]
byteorder = "0.5"
tempfile = "2"
[features]
default = ["egl", "cursor"]
dlopen = ["wayland-sys/dlopen"]
egl = ["wayland-sys/egl"]
cursor = ["wayland-sys/cursor"]