Files
HyperHeadset/Cargo.toml
Lennard Kittner 352180568d Refactor changing headset properties
Tray app can now change headset properties
2026-03-18 19:32:55 +01:00

17 lines
437 B
TOML

[package]
name = "hyper_headset"
version = "1.6.0"
edition = "2021"
authors = ["Lennard Kittner"]
description = "A CLI and tray application for monitoring and managing HyperX headsets."
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
enigo = "0.6.1"
hidapi = { path = "vendor/hidapi" }
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
dialog = "0.3.0"
ksni = "0.2.0"
shell-escape = "0.1.5"