[dependencies.libc]
version = "0.2"
[dependencies.memmap]
optional = true
version = "0.7"
[dependencies.xcb]
features = ["xkb"]
optional = true
version = "0.8"
[features]
wayland = ["memmap"]
x11 = ["xcb"]
[package]
authors = ["Remi THEBAULT <remi.thebault@gmail.com>"]
description = "Rust bindings and wrappers for libxkbcommon"
documentation = "https://rtbo.github.io/xkbcommon-rs/xkbcommon"
keywords = ["keyboard", "x11", "wayland", "xcb", "input"]
license = "MIT"
name = "xkbcommon"
readme = "README.md"
repository = "https://github.com/rtbo/xkbcommon-rs"
version = "0.4.0"