From 6ff7fe8af2ed200dd36f18ae939e5f98ba8546ec Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Fri, 6 Mar 2026 21:46:28 +0100 Subject: [PATCH] enable support for all symphia formats --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ed6213..a670e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" ratatui = "0.30" crossterm = "0.29" pipewire = "0.9.2" -symphonia = { version = "0.5", features = ["mp3", "flac", "ogg", "wav", "aac"] } +symphonia = { version = "0.5", features = ["all"] } rosc = "0.10" tokio = { version = "1", features = ["full"] } crossbeam-channel = "0.5"