mpd_info_screen/Cargo.toml
Stephen Seo 762d8bdabe Fix second album art fetch method on decode fail
Previous implementation did not try second fetch method on actual decode fail,
only on unknown mime type.

Version bumped to 0.2.13.
2022-01-12 21:07:31 +09:00

12 lines
231 B
TOML

[package]
name = "mpd_info_screen"
version = "0.2.13"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
image = "0.23"
ggez = "0.7"