From 726ff760918e244ee8d165c10c1af89c7bceb5d6 Mon Sep 17 00:00:00 2001 From: Nathan White <13190658+eulerfan271@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:39:06 -0700 Subject: [PATCH] switch to termion as defualt backend --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index faba492..ab41f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ optional = true [features] alsa_backend = ["librespot-playback/alsa-backend"] cover = ["ioctl-rs"] # Support displaying the album cover -default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "pancurses_backend"] +default = ["share_clipboard", "pulseaudio_backend", "mpris", "notify", "termion_backend"] mpris = ["dbus", "dbus-tree"] # Allow ncspot to be controlled via MPRIS API notify = ["notify-rust"] # Show what's playing via a notification pancurses_backend = ["cursive/pancurses-backend", "pancurses/win32"]