mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add missing "
This commit is contained in:
parent
407e23b311
commit
b22f252abd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", fea
|
|||
[features]
|
||||
alsa-backend = ["alsa"]
|
||||
portaudio-backend = ["portaudio-rs"]
|
||||
pulseaudio-backend = ["libpulse-sys, "libc"]
|
||||
pulseaudio-backend = ["libpulse-sys", "libc"]
|
||||
jackaudio-backend = ["jack"]
|
||||
|
||||
with-tremor = ["librespot-audio/with-tremor"]
|
||||
|
|
Loading…
Reference in a new issue