Cannot install with sixel lib
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
I don't really know much about sixel support for windows. Maybe the library sixel-sys doesn't support windows
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