chore: update to Rust 2024 edition
This commit is contained in:
parent
c3fafd3910
commit
2b7b4cba56
71 changed files with 254 additions and 292 deletions
|
|
@ -2,12 +2,12 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic::{
|
||||
desktop::{fde, IconSourceExt},
|
||||
iced::Limits,
|
||||
iced_core::{layout, overlay, widget::Tree, Border, Layout, Length, Size, Vector},
|
||||
theme::{Button, Container},
|
||||
widget::{button, container, image::Handle, Image, Widget},
|
||||
Element,
|
||||
desktop::{IconSourceExt, fde},
|
||||
iced::Limits,
|
||||
iced_core::{Border, Layout, Length, Size, Vector, layout, overlay, widget::Tree},
|
||||
theme::{Button, Container},
|
||||
widget::{Image, Widget, button, container, image::Handle},
|
||||
};
|
||||
|
||||
use crate::wayland_subscription::WaylandImage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue