rename to image::Viewer

This commit is contained in:
Cory Forsstrom 2020-05-26 17:15:55 -07:00
parent 431171f975
commit 5d045c2e9a
No known key found for this signature in database
GPG key ID: 64D6B5851FFCAC9E
9 changed files with 50 additions and 73 deletions

View file

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