chore(appearance): disable wrapping for style text

Also updates all workspace members to Rust 2024, removes `once_cell` and updates dependencies.
This commit is contained in:
Vukašin Vojinović 2025-07-31 14:43:37 +02:00 committed by Michael Murphy
parent f536038489
commit a0f7b31d89
14 changed files with 284 additions and 341 deletions

View file

@ -1,5 +1,5 @@
pub use cosmic_bg_config::{Color, Config, Entry, Gradient, ScalingMode, Source};
use eyre::{eyre, OptionExt};
use eyre::{OptionExt, eyre};
use fast_image_resize::SrcCropping;
use futures_lite::Stream;
use futures_util::StreamExt;
@ -9,7 +9,7 @@ use jxl_oxide::{EnumColourEncoding, JxlImage, PixelFormat};
use std::os::unix::ffi::OsStrExt;
use std::{
borrow::Cow,
collections::{hash_map::DefaultHasher, HashMap},
collections::{HashMap, hash_map::DefaultHasher},
hash::{Hash, Hasher},
io::Read,
path::{Path, PathBuf},