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