fix: hidapi auf linux-shared-hidraw Backend für Arch Linux
Das Default-Feature (linux-static-hidraw) linkt statisch gegen gebundelte hidapi-Quellen. Arch stellt libhidapi-hidraw.so als Shared Library bereit — linux-shared-hidraw linkt dagegen.
This commit is contained in:
parent
4cf4ff217f
commit
348b7c95e5
@ -6,7 +6,7 @@ description = "CLI tool for Corsair Bragi-protocol devices (HS80, etc.)"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hidapi = "2"
|
hidapi = { version = "2", default-features = false, features = ["linux-shared-hidraw"] }
|
||||||
alsa = "0.9"
|
alsa = "0.9"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user