wayland-kbd 0.3.6

Keyboard mapping utility for wayland-client using libxkbcommon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wayland-kbd"
version = "0.3.6"
documentation = "http://vberger.github.io/wayland-kbd/wayland_kbd/"
repository = "https://github.com/vberger/wayland-kbd"
authors = ["Victor Berger <victor.berger@m4x.org>"]
license = "MIT"
description = "Keyboard mapping utility for wayland-client using libxkbcommon."

[dependencies]
bitflags = ">=0.5, <0.8"
lazy_static = "0.1"
memmap = "0.2"
wayland-client = "0.5.9"
dlib = "0.3"

[dev-dependencies]
wayland-client = { version = "0.5", features = ["dlopen"] }