chore: update libcosmic and other dependencies

Closes #293
This commit is contained in:
Michael Aaron Murphy 2024-07-10 16:57:04 +02:00
parent cb02d51a30
commit acd3c23798
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 197 additions and 191 deletions

385
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@ package = "smithay-client-toolkit"
rev = "3bed072"
[profile.dev]
opt-level = 3
opt-level = 2
lto = false
[profile.release]

View file

@ -332,6 +332,7 @@ impl<'a, Message: Clone> Widget<Message, cosmic::Theme, Renderer> for Arrangemen
horizontal_alignment: alignment::Horizontal::Center,
vertical_alignment: alignment::Vertical::Center,
shaping: text::Shaping::Basic,
wrap: text::Wrap::Word,
},
core::Point {
x: id_bounds.center_x(),