[package]
name = "wayland-sys"
version = "0.12.5"
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."
documentation = "https://smithay.github.io/wayland-rs/wayland_sys/"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.dlib]
version = "0.4"
[dependencies.lazy_static]
version = "1"
optional = true
[dependencies.libc]
version = "0.2"
optional = true
[features]
client = []
cursor = []
dlopen = ["dlib/dlopen", "lazy_static"]
egl = []
server = ["libc"]
[badges.travis-ci]
repository = "smithay/wayland-rs"