wayland-protocols-wlr 0.2.0

Generated API for the WLR wayland protocol extensions
Documentation
[package]
name = "wayland-protocols-wlr"
version = "0.2.0"
documentation = "https://docs.rs/wayland-protocols-wlr/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
license = "MIT"
keywords = ["wayland", "client", "server", "protocol", "extension"]
description = "Generated API for the WLR wayland protocol extensions"
categories = ["gui", "api-bindings"]
edition = "2018"
rust-version = "1.65"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" }
wayland-backend = { version = "0.3.0", path = "../wayland-backend" }
wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.31.0", path = "../wayland-protocols"}
bitflags = "2"

[features]
client = ["wayland-client", "wayland-protocols/client"]
server = ["wayland-server", "wayland-protocols/server"]

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