[package]
name = "wayland-protocols"
version = "0.21.13"
authors = ["Victor Berger <victor.berger@m4x.org>"]
build = "build.rs"
description = "Generated API for the officials wayland protocol extensions"
documentation = "https://smithay.github.io/wayland-rs/wayland_protocols/"
keywords = ["wayland", "client", "server", "protocol", "extension"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.bitflags]
version = "1.0"
[dependencies.wayland-client]
version = "0.21.13"
optional = true
[dependencies.wayland-commons]
version = "0.21.13"
[dependencies.wayland-server]
version = "0.21.13"
optional = true
[dependencies.wayland-sys]
version = "0.21.13"
optional = true
[build-dependencies.wayland-scanner]
version = "0.21.13"
[features]
client = ["wayland-client"]
native_client = ["client", "native_lib", "wayland-client/native_lib"]
native_lib = ["wayland-sys"]
native_server = ["server", "native_lib", "wayland-server/native_lib"]
server = ["wayland-server"]
unstable_protocols = []
[badges.travis-ci]
repository = "Smithay/wayland-rs"