wayland-client 0.29.5

Bindings to the standard C implementation of the wayland protocol, client side.
Documentation
[build-dependencies.wayland-scanner]
version = "0.29.5"
[dependencies.bitflags]
version = "1.0"

[dependencies.downcast-rs]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
default-features = false
features = ["fs", "poll"]
version = "0.24.1"

[dependencies.scoped-tls]
optional = true
version = "1.0"

[dependencies.wayland-commons]
version = "0.29.5"

[dependencies.wayland-sys]
version = "0.29.5"
[dev-dependencies.tempfile]
version = ">=2.0, <4.0"

[features]
dlopen = ["wayland-sys/dlopen", "use_system_lib"]
use_system_lib = ["wayland-sys/client", "scoped-tls"]

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