From 063895d06fe6da8c50f68ad6ad8f81f50957985d Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:54:22 -0700 Subject: [PATCH] re-added the default feature flag --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f8acb65..8e68873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,5 @@ crossbeam-channel = "0.5" inputbot = {path = "D:\\Inputbot"} [features] +default = [] no_hotkeys = [] \ No newline at end of file