Format use declarations in image::viewer
This commit is contained in:
parent
0b73e5fbfa
commit
74ee7cca81
@ -2,10 +2,10 @@
|
||||
use crate::backend::{self, Backend};
|
||||
use crate::{Primitive, Renderer};
|
||||
|
||||
use iced_native::{
|
||||
image::{self, viewer},
|
||||
mouse, Rectangle, Vector,
|
||||
};
|
||||
use iced_native::image;
|
||||
use iced_native::image::viewer;
|
||||
use iced_native::mouse;
|
||||
use iced_native::{Rectangle, Vector};
|
||||
|
||||
impl<B> viewer::Renderer for Renderer<B>
|
||||
where
|
||||
|
Loading…
x
Reference in New Issue
Block a user