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
|
|
@ -49,7 +49,7 @@ pub use widget::*;
|
|||
|
||||
pub(crate) use iced_graphics::Transformation;
|
||||
|
||||
#[cfg(any(feature = "image", feature = "svg"))]
|
||||
#[cfg(any(feature = "image_rs", feature = "svg"))]
|
||||
mod image;
|
||||
|
||||
/// A [`wgpu`] graphics renderer for [`iced`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue