blob: 99ab7e83a0f8bfcc075654495312ec236d2d9250 [file] [log] [blame] [edit]
[package]
name = "wayland-commons"
version = "0.29.0"
authors = ["Victor Berger <victor.berger@m4x.org>"]
repository = "https://github.com/smithay/wayland-rs"
documentation = "https://smithay.github.io/wayland-rs/wayland_commons/"
description = "Common types and structures used by wayland-client and wayland-server."
license = "MIT"
edition = "2018"
categories = ["gui", "api-bindings"]
keywords = ["wayland"]
readme = "README.md"
[dependencies]
wayland-sys = { version = "0.29.0", path = "../wayland-sys" }
nix = "0.23"
once_cell = "1.1"
smallvec = "1"