added feature flags to disable hotkey-hooks

This commit is contained in:
Nickiel12 2022-06-29 18:07:24 -07:00
parent 1feaca41b3
commit 584491a854

View file

@ -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 = []