rename to image::Viewer
This commit is contained in:
parent
431171f975
commit
5d045c2e9a
9 changed files with 50 additions and 73 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue