chore: Rust 2024 and update dependencies
This commit is contained in:
parent
05c9af1b95
commit
a939335b9e
23 changed files with 941 additions and 722 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use aliasable::vec::AliasableVec;
|
||||
use cosmic::iced::{advanced::layout::flex::Axis, Length, Point, Rectangle, Size};
|
||||
use cosmic::iced::{Length, Point, Rectangle, Size, advanced::layout::flex::Axis};
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use super::{LayoutToplevel, ToplevelLayout};
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
use cosmic::iced::{advanced::layout::flex::Axis, Length};
|
||||
use cosmic::iced::{Length, advanced::layout::flex::Axis};
|
||||
|
||||
use super::{
|
||||
axis_toplevel_layout::{AxisPoint, AxisRectangle, AxisSize, AxisToplevelLayout},
|
||||
LayoutToplevel,
|
||||
axis_toplevel_layout::{AxisPoint, AxisRectangle, AxisSize, AxisToplevelLayout},
|
||||
};
|
||||
|
||||
pub(crate) struct RowColToplevelLayout {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
use cosmic::iced::{advanced::layout::flex::Axis, Length};
|
||||
use cosmic::iced::{Length, advanced::layout::flex::Axis};
|
||||
|
||||
use super::{
|
||||
LayoutToplevel,
|
||||
axis_toplevel_layout::{AxisRectangle, AxisSize, AxisToplevelLayout},
|
||||
row_col_toplevel_layout::RowColToplevelLayout,
|
||||
LayoutToplevel,
|
||||
};
|
||||
|
||||
pub(crate) struct TwoRowColToplevelLayout(RowColToplevelLayout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue