@@ -45,7 +45,7 @@ strum_macros = "0.23.1"
|
||||
regex = "1"
|
||||
ioctl-rs = { version = "0.2", optional = true }
|
||||
serde_cbor = "0.11.2"
|
||||
pancurses = { version = "0.17.0", features = ["win32"] }
|
||||
pancurses = { version = "0.17.0", features = ["win32"], optional = true }
|
||||
libc = "0.2.111"
|
||||
|
||||
[dependencies.rspotify]
|
||||
@@ -66,10 +66,11 @@ pulseaudio_backend = ["librespot-playback/pulseaudio-backend"]
|
||||
rodio_backend = ["librespot-playback/rodio-backend"]
|
||||
portaudio_backend = ["librespot-playback/portaudio-backend"]
|
||||
termion_backend = ["cursive/termion-backend"]
|
||||
pancurses_backend = ["cursive/pancurses-backend"]
|
||||
mpris = ["dbus", "dbus-tree"]
|
||||
notify = ["notify-rust"]
|
||||
cover = ["ioctl-rs"]
|
||||
default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "cursive/pancurses-backend"]
|
||||
default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "pancurses_backend"]
|
||||
|
||||
[package.metadata.deb]
|
||||
depends = "$auto, pulseaudio"
|
||||
|
||||
Reference in New Issue
Block a user