No description
- Rust 100%
|
Some checks failed
Continuous Integration / Lint, Build and Test (push) Has been cancelled
Bring modifiers up to speed with upstream |
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
xkbcommon-rs
xkbcommon-rs is a set of bindings and safe wrappers for libxkbcommon.
For use with wayland:
[dependencies]
xkbcommon = { version = "0.9", features = ["wayland"] }
For use with X11:
[dependencies]
xkbcommon = { version = "0.9", features = ["x11"] }
example
Living example for X11 here: https://github.com/rust-x-bindings/toy_xcb/blob/master/src/keyboard.rs