summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/image_viewer.rs
diff options
context:
space:
mode:
authorLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2020-05-26 17:15:55 -0700
committerLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2020-05-26 17:16:05 -0700
commit5d045c2e9a639f8bbf43e68fde9091be702b3ab8 (patch)
tree8c5069d619654e5eb1bae9e1bc80751c672786c8 /wgpu/src/widget/image_viewer.rs
parent431171f975642fe96286f11fb75cd5b06827cc7f (diff)
downloadiced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.tar.gz
iced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.tar.bz2
iced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.zip
rename to image::Viewer
Diffstat (limited to 'wgpu/src/widget/image_viewer.rs')
-rw-r--r--wgpu/src/widget/image_viewer.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/wgpu/src/widget/image_viewer.rs b/wgpu/src/widget/image_viewer.rs
deleted file mode 100644
index ec44e30a..00000000
--- a/wgpu/src/widget/image_viewer.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-//! Zoom and pan on an image.
-
-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 ImageViewer<'a> = iced_native::ImageViewer<'a>;