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
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue