wayland-backend 0.3.7

Low-level bindings to the Wayland protocol
Documentation
[build-dependencies.cc]
version = "1.0"

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

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

[dependencies.raw-window-handle]
optional = true
version = "0.5.0"

[dependencies.rustix]
features = ["event", "fs", "net", "process"]
version = "0.38.17"

[dependencies.rwh_06]
optional = true
package = "raw-window-handle"
version = "0.6.0"

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

[dependencies.smallvec]
features = ["union", "const_generics", "const_new"]
version = "1.9"

[dependencies.wayland-sys]
features = []
version = "0.31.5"

[dev-dependencies.concat-idents]
version = "1.1"

[dev-dependencies.env_logger]
version = "0.10"

[features]
client_system = ["wayland-sys/client"]
dlopen = ["wayland-sys/dlopen"]
server_system = ["wayland-sys/server"]

[lib]
name = "wayland_backend"
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 = "Low-level bindings to the Wayland protocol"
documentation = "https://docs.rs/wayland-backend/"
edition = "2021"
keywords = ["wayland"]
license = "MIT"
name = "wayland-backend"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.65"
version = "0.3.7"

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

[[test]]
name = "rs_sys_impls"
path = "tests/rs_sys_impls.rs"