Insane linux fixes
Some checks failed
Deploy Website / deploy (push) Failing after 4m45s

This commit is contained in:
2026-02-03 01:15:07 +01:00
parent af81c94207
commit cd223592a7
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 }