Fix windows specific tray app stuff

This commit is contained in:
Lennard Kittner
2026-03-19 14:56:27 +01:00
parent 7ac034d33b
commit ec383f065a
5 changed files with 719 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ description = "A CLI and tray application for monitoring and managing HyperX hea
clap = { version = "4.5.32", features = ["derive"] }
enigo = "0.6.1"
hidapi = { path = "vendor/hidapi" }
[target.'cfg(target_os = "windows")'.dependencies]
image = "0.25.10"
thistermination = "1.0.0"
[target.'cfg(not(target_os = "linux"))'.dependencies]
tray-icon = "0.21.3"