Introduce first-class image module in iced_native
This commit is contained in:
parent
b3a01973c6
commit
c4186a71b7
12 changed files with 139 additions and 143 deletions
|
|
@ -1,9 +1,9 @@
|
|||
//! Zoom and pan on an image.
|
||||
use crate::event::{self, Event};
|
||||
use crate::image;
|
||||
use crate::layout;
|
||||
use crate::mouse;
|
||||
use crate::renderer;
|
||||
use crate::widget::image;
|
||||
use crate::{
|
||||
Clipboard, Element, Hasher, Layout, Length, Point, Rectangle, Size, Vector,
|
||||
Widget,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue