remove re-export on viewer::State
This commit is contained in:
parent
5dd62bacd5
commit
c7bb434113
3 changed files with 10 additions and 5 deletions
|
|
@ -30,7 +30,9 @@ mod platform {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "image")))]
|
||||
pub mod image {
|
||||
//! Display images in your user interface.
|
||||
pub use iced_winit::image::{Handle, Image, State, Viewer};
|
||||
pub use iced_winit::image::{Handle, Image, Viewer};
|
||||
|
||||
pub use iced_winit::image::viewer;
|
||||
}
|
||||
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "svg")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue