[package]
name = "wayland-commons"
version = "0.20.11"
authors = ["Victor Berger <victor.berger@m4x.org>"]
description = "Common types and structures used by wayland-client and wayland-server."
documentation = "https://smithay.github.io/wayland-rs/wayland_commons/"
keywords = ["wayland"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.downcast-rs]
version = "1.0"
[dependencies.wayland-sys]
version = "0.20.11"
optional = true
[features]
default = ["native_lib"]
native_lib = ["wayland-sys"]
[badges.travis-ci]
repository = "smithay/wayland-rs"