mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Enable apresolve always in binary
Librespot-connect uses hyper anyway, so no one needs to disable it only to reduce the number of dependencies. Furthermore, when using another backend, people will use --no-default-features and will forget to enable the apresolve feature again.
This commit is contained in:
parent
e688e7e886
commit
cb8c9c2afa
1 changed files with 2 additions and 3 deletions
|
@ -31,6 +31,7 @@ version = "0.1.6"
|
|||
[dependencies.librespot-core]
|
||||
path = "core"
|
||||
version = "0.1.6"
|
||||
features = ["apresolve"]
|
||||
|
||||
[dependencies.librespot-metadata]
|
||||
path = "metadata"
|
||||
|
@ -58,8 +59,6 @@ url = "2.1"
|
|||
sha-1 = "0.9"
|
||||
|
||||
[features]
|
||||
apresolve = ["librespot-core/apresolve"]
|
||||
|
||||
alsa-backend = ["librespot-playback/alsa-backend"]
|
||||
portaudio-backend = ["librespot-playback/portaudio-backend"]
|
||||
pulseaudio-backend = ["librespot-playback/pulseaudio-backend"]
|
||||
|
@ -75,7 +74,7 @@ with-lewton = ["librespot-audio/with-lewton"]
|
|||
|
||||
# with-dns-sd = ["librespot-connect/with-dns-sd"]
|
||||
|
||||
default = ["rodio-backend", "apresolve", "with-lewton"]
|
||||
default = ["rodio-backend", "with-lewton"]
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "librespot-org"
|
||||
|
|
Loading…
Reference in a new issue