Merge remote-tracking branch 'tarkah/image-pane' into image-pane
This commit is contained in:
commit
0b73e5fbfa
5 changed files with 560 additions and 2 deletions
|
|
@ -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")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue