added feature flags to disable hotkey-hooks
This commit is contained in:
parent
1feaca41b3
commit
584491a854
1 changed files with 6 additions and 1 deletions
|
@ -10,4 +10,9 @@ workctl = "0.2.0"
|
|||
ctrlc = "3.2.1"
|
||||
serde_json = "1.0"
|
||||
crossbeam-channel = "0.5"
|
||||
inputbot = {path = "D:\\InputBot"}
|
||||
inputbot = {path = "D:\\Inputbot"}
|
||||
|
||||
[features]
|
||||
default = ["with_hotkeys"]
|
||||
with_hotkeys = []
|
||||
no_hotkeys = []
|
Loading…
Reference in a new issue