update README, version, cargo update

This commit is contained in:
Vinzenz Schroeter 2025-02-28 22:46:33 +01:00
parent 70cc466253
commit ae1571bcd1
4 changed files with 147 additions and 62 deletions

View file

@ -133,8 +133,7 @@ pub struct StreamScreenOptions {
#[arg(
long,
help = "Disable dithering.
Brightness will be adjusted so that around half of the pixels are on."
help = "Disable dithering. Brightness will be adjusted so that around half of the pixels are on."
)]
pub no_dither: bool,
}