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

@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
derive_setters = "0.1.6"
derive_setters = "0.1.8"
regex = "1.11.1"
slotmap = "1.0.7"
libcosmic = { workspace = true }
downcast-rs = "1.2.1"
downcast-rs = "2.0.1"
tokio.workspace = true
url = "2.5.4"
slab = "0.4.9"
slab = "0.4.10"