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:
@@ -39,10 +39,8 @@ features = ["builtin-queue"]
|
||||
[dependencies.symphonia]
|
||||
# version = "0.5"
|
||||
features = ["aac", "mp3", "isomp4", "alac"] # ...as well as any extras you need!
|
||||
# **NOTE**: For now, please use this fork in pre-releases for a key fix to
|
||||
# seeking on streamed MKV/WebM files.
|
||||
git = "https://github.com/FelixMcFelix/Symphonia"
|
||||
branch = "songbird-fixes"
|
||||
# **NOTE**: For now, please use this repository in pre-releases.
|
||||
git = "https://github.com/pdeljanov/Symphonia"
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
Reference in New Issue
Block a user