Add support for ContentFit for Image
This commit is contained in:
parent
adce9e0421
commit
ca1fcdaf14
6 changed files with 249 additions and 35 deletions
|
|
@ -39,6 +39,7 @@ pub mod image {
|
|||
pub use crate::runtime::image::Handle;
|
||||
pub use crate::runtime::widget::image::viewer;
|
||||
pub use crate::runtime::widget::image::{Image, Viewer};
|
||||
pub use crate::runtime::ContentFit;
|
||||
}
|
||||
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "svg")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue