Remove unused import
This commit is contained in:
parent
79584a6d93
commit
aac02973c1
4 changed files with 4 additions and 12 deletions
|
|
@ -1,18 +1,16 @@
|
||||||
// Renders image behind widget, and otherwise passes through all behavior
|
// Renders image behind widget, and otherwise passes through all behavior
|
||||||
|
|
||||||
use cosmic::iced::{
|
use cosmic::iced::{
|
||||||
self,
|
|
||||||
advanced::{
|
advanced::{
|
||||||
layout::{self, flex::Axis},
|
layout::{self},
|
||||||
mouse, overlay, renderer,
|
mouse, overlay, renderer,
|
||||||
widget::{tree, Operation, OperationOutputWrapper, Tree},
|
widget::{tree, Operation, OperationOutputWrapper, Tree},
|
||||||
Clipboard, Layout, Shell, Widget,
|
Clipboard, Layout, Shell, Widget,
|
||||||
},
|
},
|
||||||
event::{self, Event},
|
event::{self, Event},
|
||||||
widget::image::{FilterMethod, Handle},
|
widget::image::{FilterMethod, Handle},
|
||||||
ContentFit, Length, Point, Rectangle, Size, Vector,
|
ContentFit, Length, Rectangle, Size, Vector,
|
||||||
};
|
};
|
||||||
use cosmic::iced_core::Renderer as _;
|
|
||||||
|
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
use cosmic::iced::{
|
use cosmic::iced::{
|
||||||
self,
|
|
||||||
advanced::{layout, mouse, renderer, widget::Tree, Layout, Widget},
|
advanced::{layout, mouse, renderer, widget::Tree, Layout, Widget},
|
||||||
Length, Rectangle,
|
Length, Rectangle,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,12 @@
|
||||||
use cosmic::iced::{
|
use cosmic::iced::{
|
||||||
self,
|
|
||||||
advanced::{
|
advanced::{
|
||||||
layout::{self, flex::Axis},
|
layout, mouse, overlay, renderer,
|
||||||
mouse, overlay, renderer,
|
|
||||||
widget::{tree, Operation, OperationOutputWrapper, Tree},
|
widget::{tree, Operation, OperationOutputWrapper, Tree},
|
||||||
Clipboard, Layout, Shell, Widget,
|
Clipboard, Layout, Shell, Widget,
|
||||||
},
|
},
|
||||||
event::{self, Event},
|
event::{self, Event},
|
||||||
widget::image::{FilterMethod, Handle},
|
Length, Rectangle,
|
||||||
ContentFit, Length, Point, Rectangle, Size, Vector,
|
|
||||||
};
|
};
|
||||||
use cosmic::iced_core::Renderer as _;
|
|
||||||
|
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
// Custom varian of row/column
|
// Custom varian of row/column
|
||||||
|
|
||||||
use cosmic::iced::{
|
use cosmic::iced::{
|
||||||
self,
|
|
||||||
advanced::{
|
advanced::{
|
||||||
layout::{self, flex::Axis},
|
layout::{self, flex::Axis},
|
||||||
mouse, renderer,
|
mouse, renderer,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue