wayland-client 0.31.6

Bindings to the standard C implementation of the wayland protocol, client side.
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.rustix]
features = ["event"]
version = "0.38.0"

[dependencies.wayland-backend]
version = "0.3.7"

[dependencies.wayland-scanner]
version = "0.31.5"

[dev-dependencies.futures-channel]
version = "0.3.16"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.2"

[[example]]
name = "list_globals"
path = "examples/list_globals.rs"

[[example]]
name = "list_globals_no_dispatch"
path = "examples/list_globals_no_dispatch.rs"

[[example]]
name = "simple_window"
path = "examples/simple_window.rs"

[lib]
name = "wayland_client"
path = "src/lib.rs"

[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["gui", "api-bindings"]
description = "Bindings to the standard C implementation of the wayland protocol, client side."
documentation = "https://docs.rs/wayland-client/"
edition = "2021"
keywords = ["wayland", "client"]
license = "MIT"
name = "wayland-client"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.65"
version = "0.31.6"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]