[go: up one dir, main page]

xkbcommon 0.5.1

Rust bindings and wrappers for libxkbcommon
Documentation
[[example]]
name = "quick-evdev"
[dependencies.as-raw-xcb-connection]
optional = true
version = "1.0"

[dependencies.libc]
version = "0.2.125"

[dependencies.memmap2]
optional = true
version = "0.7.0"
[dev-dependencies.evdev]
version = "0.11.4"

[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.5.1"
[package.metadata.docs.rs]
all-features = true