]> git.seodisparate.com - mpd_info_screen/commit
Update to latest ggez (0.8.1)
authorStephen Seo <seo.disparate@gmail.com>
Tue, 6 Dec 2022 13:00:09 +0000 (22:00 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 6 Dec 2022 13:03:46 +0000 (22:03 +0900)
commit7f6a24545c6dbb2fb4f8af5d9b45c9fe04ba577b
tree9896b4452814d0062e8c0ffa89113620d0e94f8e
parent34d3e478636eda84a4a93826664ca5ce672fbbbe
Update to latest ggez (0.8.1)

A lot of ".expect(...)" or ".unwrap(...)" lines were added, so these
need to be refactored out. For now, just got it to work with the latest
ggez.

Currently noticed bugs:

 - Album art is brighter than original.

 - Fullscreen doesn't work.
Cargo.lock
Cargo.toml
src/display.rs
src/main.rs