[dependencies.as-raw-xcb-connection]
optional = true
version = "1.0"
[dependencies.libc]
version = "0.2.148"
[dependencies.memmap2]
optional = true
version = "0.9.0"
[dependencies.xkeysym]
version = "0.2.0"
[dev-dependencies.evdev]
version = "0.11.4"
[[example]]
name = "quick-evdev"
[features]
default = ["wayland"]
wayland = ["memmap2"]
x11 = ["as-raw-xcb-connection"]
[package]
authors = ["Remi THEBAULT <remi.thebault@gmail.com>"]
description = "Rust bindings and wrappers for libxkbcommon"
edition = "2021"
keywords = ["keyboard", "x11", "wayland", "xcb", "input"]
license = "MIT"
name = "xkbcommon"
readme = "README.md"
repository = "https://github.com/rust-x-bindings/xkbcommon-rs"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true