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

@ -1,4 +1,7 @@
//! Display images in your user interface.
pub mod viewer;
pub use viewer::Viewer;
use crate::layout;
use crate::{Element, Hasher, Layout, Length, Point, Rectangle, Size, Widget};