You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cannot Install spotify_player with sixel support on Windows 10 using cargo
To Reproduce
Run cargo install spotify_player --features lyric-finder,sixel
Expected behaviour
Install spotify_player with sixel support successfully.
Log and backtrace
Installation problem, no log needed
Screenshots
Environment
OS: Windows
Application version: v0.20.3
Application features: lyric-finder, sixel
Additional context
I'm using Windows Terminal Preview 1.22.2912.0 which has libsixel supported (see this blog)
If I use cargo install spotify_player --features lyric-finder,image I can install and use it normally
The text was updated successfully, but these errors were encountered:
I think sixel-sys could be an issue here.
I use another program (chafa) with sixel supported and it works fine
Could you also double check the version of sixel-sys that used in spotify_player?
Thanks in advance
Describe the bug
Cannot Install
spotify_player
withsixel
support on Windows 10 usingcargo
To Reproduce
Run
cargo install spotify_player --features lyric-finder,sixel
Expected behaviour
Install
spotify_player
withsixel
support successfully.Log and backtrace
Installation problem, no log needed
Screenshots
Environment
Additional context
I'm using Windows Terminal Preview 1.22.2912.0 which has libsixel supported (see this blog)
If I use
cargo install spotify_player --features lyric-finder,image
I can install and use it normallyThe text was updated successfully, but these errors were encountered: