wayland-sys 0.9.7

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.9.7"
repository = "https://github.com/smithay/wayland-rs"
documentation = "https://smithay.github.io/wayland-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"]

[badges]
travis-ci = { repository = "smithay/wayland-rs" }

[dependencies]
dlib = "0.3"
libc = { version = "0.2", optional = true }
lazy_static = { version = "0.2", optional = true }

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