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:
parent
f536038489
commit
a0f7b31d89
14 changed files with 284 additions and 341 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue