Version 0.4.6 with new version of ggez

This commit is contained in:
Stephen Seo 2023-06-27 10:41:04 +09:00
parent 1dc28d7b07
commit dd868969cc
3 changed files with 586 additions and 682 deletions

1255
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mpd_info_screen" name = "mpd_info_screen"
version = "0.4.1" version = "0.4.6"
edition = "2021" edition = "2021"
description = "Displays info on currently playing music from an MPD daemon" description = "Displays info on currently playing music from an MPD daemon"
license = "MIT" license = "MIT"
@ -14,9 +14,9 @@ structopt = "0.3"
image = "0.24" image = "0.24"
#ggez = "0.8.1" #ggez = "0.8.1"
# Workaround for album art not drawing bug in ggez, use commit from "devel" branch: # Workaround for album art not drawing bug in ggez, use commit from "devel" branch:
ggez = { git = "https://github.com/ggez/ggez.git", rev = "f87f078346729737b4691b9618eab3f95d61c8ad" } ggez = "0.9.0"
freetype = { version = "0.7", optional = true } freetype = { version = "0.7", optional = true }
wgpu = "0.14" wgpu = "0.16.1"
[build-dependencies] [build-dependencies]
bindgen = { version = "0.53", optional = true } bindgen = { version = "0.53", optional = true }

View file

@ -14,11 +14,8 @@ counter, and the filename currently being played
## Known Bugs ❗❗ ## Known Bugs ❗❗
Currently, the dependency "ggez 0.8.1" [fails to render album art](https://github.com/Stephen-Seo/mpd_info_screen/issues/1) Currently there are no known bugs. Please report any bugs you find to the
on my machines using this program. Version 0.4.1 cannot be published to [issue tracker](https://github.com/Stephen-Seo/mpd_info_screen/issues).
https://crates.io due to this version referring to a git commit as a dependency. Once
ggez has released a new version with the commit that fixes this bug, this
repository will be updated to use that version.
## Unicode Support ## Unicode Support