[build-dependencies.pkg-config]
version = "0.3.7"
[dependencies.dlib]
optional = true
version = "0.5"
[dependencies.lazy_static]
optional = true
version = "1.0.2"
[dependencies.libc]
optional = true
version = "0.2"
[dependencies.memoffset]
optional = true
version = "0.6.4"
[features]
client = ["dlib"]
cursor = ["client"]
dlopen = ["dlib", "lazy_static"]
egl = ["client"]
server = ["libc", "dlib", "memoffset"]
[package]
authors = ["Victor Berger <victor.berger@m4x.org>"]
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://smithay.github.io/wayland-rs/wayland_sys/"
edition = "2018"
license = "MIT"
name = "wayland-sys"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
version = "0.29.5"
[package.metadata.docs.rs]
all-features = true