mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Correct feature flags
This commit is contained in:
parent
1fb65354b0
commit
4f605dfd86
1 changed files with 4 additions and 4 deletions
|
@ -59,10 +59,10 @@ vergen = "0.1.0"
|
|||
protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", features = ["with-syntex"] }
|
||||
|
||||
[features]
|
||||
alsa-backend = ["librespot-playback/alsa"]
|
||||
portaudio-backend = ["librespot-playback/portaudio-rs"]
|
||||
pulseaudio-backend = ["librespot-playback/libpulse-sys", "librespot-playback/libc"]
|
||||
jackaudio-backend = ["librespot-playback/jack"]
|
||||
alsa-backend = ["librespot-playback/alsa-backend"]
|
||||
portaudio-backend = ["librespot-playback/portaudio-backend"]
|
||||
pulseaudio-backend = ["librespot-playback/pulseaudio-backend"]
|
||||
jackaudio-backend = ["librespot-playback/jackaudio-backend"]
|
||||
|
||||
with-tremor = ["librespot-audio/with-tremor"]
|
||||
with-vorbis = ["librespot-audio/with-vorbis"]
|
||||
|
|
Loading…
Reference in a new issue