From fad82f6448405422a533b5317039b7febe713e52 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 29 Jan 2023 16:55:20 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 97b5415..22a1d91 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ A Rust program that displays info about the currently running MPD server. The window shows albumart (may be embedded in the audio file, or is a "cover.jpg" in the same directory as the song file), a "time-remaining" counter, and the filename currently being played +## Known Bugs ❗❗ + +Currently, the dependency "ggez 0.8.1" fails to render album art on my machines using this program. Version 0.4.1 cannot be published to 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 By default, unicode characters will not display properly. Build the project with