iced-yoda/wgpu/src/widget/image_pane.rs

7 lines
205 B
Rust
Raw Normal View History

2020-04-23 15:34:55 -07:00
//! 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>;