Cargo Features
[dependencies]
kbvm = { version = "0.1.5", default-features = false, features = ["log", "registry", "compose", "x11"] }
- default = log
-
The
logfeature is set by default wheneverkbvmis added withoutsomewhere in the dependency tree.default-features = false - log default
-
Enables the WriteToLog diagnostic handler.
Enables log
for log feature:
- registry
-
Enables loading the RMLVO registry.
Enables error_reporter, quick-xml ^0.37.2, and serde
serde:
for registry feature:
Affects
xkb::registry… - compose
-
Enables parsing of XCompose files.
Affects
xkb::compose… - x11
-
Enables loading keymaps from X11 connections.
Enables x11rb
for x11 feature:
Affects
xkb::x11…