wayland-sys 0.30.0-alpha10

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
[package]
name = "wayland-sys"
version = "0.30.0-alpha10"
repository = "https://github.com/smithay/wayland-rs"
documentation = "https://docs.rs/wayland-sys/"
authors = ["Victor Berger <victor.berger@m4x.org>"]
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."
license = "MIT"
categories = ["external-ffi-bindings"]
edition = "2018"
readme = "README.md"

[dependencies]
dlib = { version = "0.5" }
libc = { version = "0.2", optional = true }
lazy_static = { version = "1.4", optional = true }
memoffset = { version = "0.6.4", optional = true }
log = "0.4"

[build-dependencies]
pkg-config = "0.3.7"

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

[package.metadata.docs.rs]
all-features = true