Merge remote-tracking branch 'tarkah/image-pane' into image-pane

This commit is contained in:
Héctor Ramón Jiménez 2020-12-18 10:15:30 +01:00
commit 0b73e5fbfa
5 changed files with 560 additions and 2 deletions

View file

@ -37,7 +37,8 @@ mod platform {
#[cfg_attr(docsrs, doc(cfg(feature = "image")))]
pub mod image {
//! Display images in your user interface.
pub use crate::runtime::image::{Handle, Image};
pub use crate::runtime::image::viewer;
pub use crate::runtime::image::{Handle, Image, Viewer};
}
#[cfg_attr(docsrs, doc(cfg(feature = "svg")))]