Insane linux fixes

This commit is contained in:
2026-02-03 01:15:07 +01:00
parent 2cee1ba686
commit 33ee1822a5
2 changed files with 110 additions and 22 deletions

View File

@@ -69,6 +69,10 @@ ringbuf = "0.4"
arc-swap = "1"
midir = "0.10"
parking_lot = "0.12"
libc = "0.2"
[target.'cfg(target_os = "linux")'.dependencies]
nix = { version = "0.29", features = ["time"] }
# Desktop-only dependencies (behind feature flag)
egui = { version = "0.33", optional = true }