Update version, README.md
This commit is contained in:
parent
27c3d8c5cd
commit
c782a3048d
3 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1668,7 +1668,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"freetype",
|
"freetype",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
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 @@ counter, and the filename currently being played
|
||||||
|
|
||||||
## Known Bugs ❗❗
|
## Known Bugs ❗❗
|
||||||
|
|
||||||
Version `0.4.2` is a "workaround" release that is branched off of version
|
Version `0.4.3` is a "workaround" release that is branched off of version
|
||||||
`0.3.7`. Once a new release of `ggez` is released that fixes the known bugs,
|
`0.3.7`. Once a new release of `ggez` is released that fixes the known bugs,
|
||||||
version `0.4.3` will be released with the fixes. Because this is based on
|
a new version will be released with the fixes. Because this is based on
|
||||||
`0.3.7` of `mpd_info_screen`, Wayland support may not work. Try using `xwayland`
|
`0.3.7` of `mpd_info_screen`, Wayland support may not work. Try using `xwayland`
|
||||||
with the environment variable `WINIT_UNIX_BACKEND=x11` set.
|
with the environment variable `WINIT_UNIX_BACKEND=x11` set.
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ or through crates.io:
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
||||||
mpd_info_screen 0.4.2
|
mpd_info_screen 0.4.3
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
||||||
|
|
Loading…
Reference in a new issue