Deps: Move symphonia back to mainline repo.
Temporary measure until symphonia 0.5.2 is released. Should allow us to merge #143 now that all our API additions and fixes are in.
This commit is contained in:
@@ -59,22 +59,20 @@ version = "0.11"
|
||||
optional = true
|
||||
|
||||
[dependencies.symphonia]
|
||||
branch = "songbird-fixes"
|
||||
git = "https://github.com/FelixMcFelix/Symphonia"
|
||||
git = "https://github.com/pdeljanov/Symphonia"
|
||||
default-features = false
|
||||
optional = true
|
||||
version = "0.5"
|
||||
|
||||
[dependencies.symphonia-core]
|
||||
branch = "songbird-fixes"
|
||||
git = "https://github.com/FelixMcFelix/Symphonia"
|
||||
git = "https://github.com/pdeljanov/Symphonia"
|
||||
optional = true
|
||||
version = "0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4"
|
||||
ntest = "0.9"
|
||||
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/FelixMcFelix/Symphonia", branch = "songbird-fixes" }
|
||||
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/pdeljanov/Symphonia" }
|
||||
utils = { path = "utils" }
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user