wayland-server 0.30.0-beta.14

Bindings to the standard C implementation of the wayland protocol, server side.
Documentation
[package]
name = "wayland-server"
version = "0.30.0-beta.14"
documentation = "https://docs.rs/wayland-server/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
license = "MIT"
categories = ["gui", "api-bindings"]
keywords = ["wayland", "server", "compositor"]
description = "Bindings to the standard C implementation of the wayland protocol, server side."
edition = "2018"
readme = "README.md"

[dependencies]
wayland-backend = { version = "=0.1.0-beta.14", path = "../wayland-backend" }
wayland-scanner = { version = "=0.30.0-beta.14", path = "../wayland-scanner" }
bitflags = "1.2"
thiserror = "1.0.2"
log = { version = "0.4", optional = true }
nix = { version = "0.25.0", default-features = false }
downcast-rs = "1.2"