From c5637fb1c248127129b662168553b324245947fe Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sun, 8 Oct 2023 13:27:11 +0200 Subject: [PATCH] Fixed linux dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b44de8c..9acc1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" thiserror = "1" hidapi = "2.3.3" thistermination = "1.0.0" -[target.'cfg(unix)'.hyper_x_cloud_ii_wireless.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] ksni = "0.2.0" \ No newline at end of file