diff --git a/Cargo.lock b/Cargo.lock index 6f15dea..979ee3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,6 +722,7 @@ dependencies = [ "libc", "log", "maplit", + "ncurses", "pancurses", "signal-hook", "term_size", diff --git a/Cargo.toml b/Cargo.toml index ef4aaf1..dd5963d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,6 +80,7 @@ alsa_backend = ["librespot-playback/alsa-backend"] cover = ["ioctl-rs"] # Support displaying the album cover default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "termion_backend"] mpris = ["zbus"] # Allow ncspot to be controlled via MPRIS API +ncurses_backend = ["cursive/ncurses-backend"] notify = ["notify-rust"] # Show what's playing via a notification pancurses_backend = ["cursive/pancurses-backend", "pancurses/win32"] portaudio_backend = ["librespot-playback/portaudio-backend"]