Cargo Features

[dependencies]
zoha4 = { version = "0.1.0", default-features = false, features = ["hack"] }
default = hack

The hack feature is set by default whenever zoha4 is added without default-features = false somewhere in the dependency tree.

hack default

Enables device_query

Affects args::ZohaArgs.keypress_grabber, args::ZohaArgs.list_key_grabber_keys, cfg::CfgHack, cfg::ZohaCfg.hack, zoha4::hack

Features from optional dependencies

"wayland" = []
"x11" = []