From e0ad858788ab595f5e0f9fbad666624a0e6d4d3a Mon Sep 17 00:00:00 2001 From: lennard Date: Sat, 17 Jun 2023 12:30:39 +0200 Subject: [PATCH] Reverted last commit because it seems to be working on macOS but not on Linux. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd4c105..0822423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,6 @@ edition = "2021" [dependencies] hidapi = "2.3.3" thiserror = "1.0.40" -[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