wayland-sys 0.30.0-alpha5

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"

[dependencies.lazy_static]
optional = true
version = "1.0.2"

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

[dependencies.log]
version = "0.4"

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

[features]
client = []
cursor = ["client"]
dlopen = ["lazy_static"]
egl = ["client"]
server = ["libc", "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.30.0-alpha5"
[package.metadata.docs.rs]
all-features = true