From 584491a854bb4df1944f3b567844d215f0904594 Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:07:24 -0700 Subject: [PATCH] added feature flags to disable hotkey-hooks --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fba248a..be9d76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,9 @@ workctl = "0.2.0" ctrlc = "3.2.1" serde_json = "1.0" crossbeam-channel = "0.5" -inputbot = {path = "D:\\InputBot"} \ No newline at end of file +inputbot = {path = "D:\\Inputbot"} + +[features] +default = ["with_hotkeys"] +with_hotkeys = [] +no_hotkeys = [] \ No newline at end of file