diff options
author | 2020-05-26 17:15:55 -0700 | |
---|---|---|
committer | 2020-05-26 17:16:05 -0700 | |
commit | 5d045c2e9a639f8bbf43e68fde9091be702b3ab8 (patch) | |
tree | 8c5069d619654e5eb1bae9e1bc80751c672786c8 /native/src/widget.rs | |
parent | 431171f975642fe96286f11fb75cd5b06827cc7f (diff) | |
download | iced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.tar.gz iced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.tar.bz2 iced-5d045c2e9a639f8bbf43e68fde9091be702b3ab8.zip |
rename to image::Viewer
Diffstat (limited to '')
-rw-r--r-- | native/src/widget.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/src/widget.rs b/native/src/widget.rs index 46d41367..4453145b 100644 --- a/native/src/widget.rs +++ b/native/src/widget.rs @@ -25,7 +25,6 @@ pub mod checkbox; pub mod column; pub mod container; pub mod image; -pub mod image_viewer; pub mod pane_grid; pub mod progress_bar; pub mod radio; @@ -48,8 +47,6 @@ pub use container::Container; #[doc(no_inline)] pub use image::Image; #[doc(no_inline)] -pub use image_viewer::ImageViewer; -#[doc(no_inline)] pub use pane_grid::PaneGrid; #[doc(no_inline)] pub use progress_bar::ProgressBar; |