Add ImagePane widget
This commit is contained in:
parent
5324eb1024
commit
0d8cefbf2d
7 changed files with 470 additions and 2 deletions
6
wgpu/src/widget/image_pane.rs
Normal file
6
wgpu/src/widget/image_pane.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Zoom and pan on an image.
|
||||
|
||||
pub use iced_native::image_pane::State;
|
||||
|
||||
/// A widget that can display an image with the ability to zoom in/out and pan.
|
||||
pub type ImagePane<'a> = iced_native::ImagePane<'a>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue