enable support for all symphia formats
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user