summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/widget')
-rw-r--r--wgpu/src/widget/image_viewer.rs (renamed from wgpu/src/widget/image_pane.rs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/src/widget/image_pane.rs b/wgpu/src/widget/image_viewer.rs
index aa30a8cc..ec44e30a 100644
--- a/wgpu/src/widget/image_pane.rs
+++ b/wgpu/src/widget/image_viewer.rs
@@ -1,6 +1,6 @@
//! Zoom and pan on an image.
-pub use iced_native::image_pane::State;
+pub use iced_native::image_viewer::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>;
+pub type ImageViewer<'a> = iced_native::ImageViewer<'a>;