Cargo Features
[dependencies]
win-hotkey = { version = "0.3.0", default-features = false, features = ["thread_safe", "upcoming_update"] }
- default = thread_safe
-
The
thread_safe
feature is set by default wheneverwin-hotkey
is added without
somewhere in the dependency tree.default-features = false - thread_safe default
-
Affects
win-hotkey::global
,win-hotkey::thread_safe
… - upcoming_update
-
Affects
global::GlobalHotkeyManagerImpl.update
…