mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Minor code improvements and crates bump
This commit is contained in:
parent
74b2fea338
commit
bfca1ec15e
5 changed files with 31 additions and 30 deletions
|
@ -24,8 +24,8 @@ num-traits = "0.2"
|
|||
tempfile = "3.1"
|
||||
zerocopy = "0.3"
|
||||
|
||||
librespot-tremor = { version = "0.2.0", optional = true }
|
||||
vorbis = { version ="0.0.14", optional = true }
|
||||
librespot-tremor = { version = "0.2", optional = true }
|
||||
vorbis = { version ="0.0", optional = true }
|
||||
|
||||
[features]
|
||||
with-tremor = ["librespot-tremor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue