Add image format options to reduce code bloat, fixes #376
This commit is contained in:
parent
9f5c2eb0c4
commit
8f126c212b
8 changed files with 39 additions and 25 deletions
|
|
@ -34,7 +34,7 @@ mod platform {
|
|||
)]
|
||||
pub use crate::renderer::widget::qr_code;
|
||||
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "image")))]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "image_rs")))]
|
||||
pub mod image {
|
||||
//! Display images in your user interface.
|
||||
pub use crate::runtime::image::viewer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue