chore: Rust 2024 and update dependencies
This commit is contained in:
parent
05c9af1b95
commit
a939335b9e
23 changed files with 941 additions and 722 deletions
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
use cosmic::{
|
||||
iced::{
|
||||
Length, Rectangle, Size, Vector,
|
||||
advanced::{
|
||||
Clipboard, Layout, Shell, Widget,
|
||||
layout::{self},
|
||||
mouse, overlay, renderer,
|
||||
widget::{tree, Operation, Tree},
|
||||
Clipboard, Layout, Shell, Widget,
|
||||
widget::{Operation, Tree, tree},
|
||||
},
|
||||
event::{self, Event},
|
||||
Length, Rectangle, Size, Vector,
|
||||
},
|
||||
iced_core::Renderer,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue