switch to termion as defualt backend
This commit is contained in:
committed by
Henrik Friedrichsen
parent
e80f7fb831
commit
726ff76091
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user