From 49cfe1457cdbecff395f1202e902d71efb439cd0 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sat, 17 Jun 2023 12:09:40 +0200 Subject: [PATCH] Now, ksni and dbus are only required when the tray application is compiled. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0822423..bd4c105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,5 @@ edition = "2021" [dependencies] hidapi = "2.3.3" thiserror = "1.0.40" - -[target.'cfg(target_os = "linux")'.dependencies] +[target.'cfg(unix)'.hyper_x_cloud_ii_wireless.dependencies] ksni = "0.2.0" \ No newline at end of file