blob: 220806fd05be6207d17804cf5ffc94f97787c935 [file] [log] [blame] [edit]
[package]
name = "wayland-sys"
version = "0.29.0"
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"]
edition = "2018"
readme = "README.md"
[dependencies]
dlib = { path = "../dlib", optional = true }
libc = { version = "0.2", optional = true }
lazy_static = { version = "1.0.2", optional = true }
memoffset = { version = "0.6.4", optional = true }
[build-dependencies]
pkg-config = "0.3.7"
[features]
dlopen = ["dlib", "lazy_static"]
client = ["dlib"]
cursor = ["client"]
egl = ["client"]
server = ["libc", "dlib", "memoffset"]
[package.metadata.docs.rs]
all-features = true