diff --git a/Cargo.toml b/Cargo.toml index b3bb56f..0ff9cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "CLI tool for Corsair Bragi-protocol devices (HS80, etc.)" license = "MIT" [dependencies] -hidapi = "2" +hidapi = { version = "2", default-features = false, features = ["linux-shared-hidraw"] } alsa = "0.9" clap = { version = "4", features = ["derive"] } serde_json = "1"