wayland-server 0.28.6

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

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

[dependencies.lazy_static]
optional = true
version = "1.0.2"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.20"

[dependencies.parking_lot]
optional = true
version = "0.11"

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

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

[dependencies.wayland-sys]
version = "0.28.6"

[features]
dlopen = ["wayland-sys/dlopen", "use_system_lib"]
use_system_lib = ["wayland-sys/server", "lazy_static", "scoped-tls", "parking_lot"]

[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, server side."
documentation = "https://smithay.github.io/wayland-rs/wayland_server/"
edition = "2018"
keywords = ["wayland", "server", "compositor"]
license = "MIT"
name = "wayland-server"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
version = "0.28.6"