stage 6: per-app

This commit is contained in:
atagen 2026-05-20 23:47:19 +10:00
parent 9edd809416
commit fcf421b94c
31 changed files with 6360 additions and 344 deletions

View file

@ -55,6 +55,7 @@ fundsp = "0.20"
# PipeWire. `v0_3_44` exposes target.object key + related modern APIs.
pipewire = { version = "0.8", features = ["v0_3_44"] }
libspa = "0.8"
libspa-sys = "0.8"
# Safe byte<->POD casts for audio buffers.
bytemuck = "1.18"
@ -63,6 +64,9 @@ bytemuck = "1.18"
notify = "6.1"
notify-debouncer-mini = "0.4"
# Benchmarking — dev-dep only.
criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] }
# Logging — journald optional
tracing-journald = "0.3"