mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
remove features from testing from symphonia dep
This commit is contained in:
parent
23fe481fcb
commit
a3ce66009f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ claxon = { version = "0.4.2", optional = true }
|
|||
hound = { version = "3.3.1", optional = true }
|
||||
lewton = { version = "0.10", optional = true }
|
||||
minimp3_fixed = { version = "0.5.4", optional = true}
|
||||
symphonia = { version = "0.5.4", optional = true, default-features = false, features = ["aac", "isomp4"] }
|
||||
symphonia = { version = "0.5.4", optional = true, default-features = false }
|
||||
crossbeam-channel = { version = "0.5.8", optional = true }
|
||||
thiserror = "1.0.49"
|
||||
|
||||
|
|
Loading…
Reference in a new issue