diff options
author | 2020-05-15 09:46:22 -0700 | |
---|---|---|
committer | 2020-05-26 16:56:34 -0700 | |
commit | 431171f975642fe96286f11fb75cd5b06827cc7f (patch) | |
tree | d7b49ae0bc76e2197dbae9feafd6a2a888c9a727 /wgpu/src/widget.rs | |
parent | 6bf459e068043847a0ee1e1219056d3aced3f1cb (diff) | |
download | iced-431171f975642fe96286f11fb75cd5b06827cc7f.tar.gz iced-431171f975642fe96286f11fb75cd5b06827cc7f.tar.bz2 iced-431171f975642fe96286f11fb75cd5b06827cc7f.zip |
Rename and add to iced image module
Diffstat (limited to '')
-rw-r--r-- | wgpu/src/widget.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/src/widget.rs b/wgpu/src/widget.rs index a62a610d..e968c366 100644 --- a/wgpu/src/widget.rs +++ b/wgpu/src/widget.rs @@ -50,8 +50,8 @@ pub use canvas::Canvas; #[cfg(feature = "image")] #[doc(no_inline)] -pub mod image_pane; +pub mod image_viewer; #[cfg(feature = "image")] #[doc(no_inline)] -pub use image_pane::ImagePane; +pub use image_viewer::ImageViewer; |