wayland-sys 0.31.1

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
Documentation
[build-dependencies.pkg-config]
version = "0.3.7"
[dependencies.dlib]
version = "0.5.1"

[dependencies.libc]
optional = true
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.memoffset]
optional = true
version = "0.9"

[dependencies.once_cell]
optional = true
version = "1.0"

[features]
client = []
cursor = ["client"]
dlopen = ["once_cell"]
egl = ["client"]
server = ["libc", "memoffset"]

[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
categories = ["external-ffi-bindings"]
description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings."
documentation = "https://docs.rs/wayland-sys/"
edition = "2018"
license = "MIT"
name = "wayland-sys"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.59"
version = "0.31.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]