Add hidapi as submodule

This commit is contained in:
Lennard Kittner
2025-08-17 23:00:13 +02:00
parent fe90ec19ed
commit daeaefdfac
3 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ description = "A CLI and tray application for monitoring and managing HyperX hea
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
hidapi = "2.3.3"
hidapi = { path = "vendor/hidapi" }
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
ksni = "0.2.0"