Remove redundant features in iced_wgpu and iced_glow
This commit is contained in:
parent
d3b613df44
commit
0a23f518c7
8 changed files with 35 additions and 37 deletions
|
|
@ -56,7 +56,7 @@ pub use settings::Settings;
|
|||
|
||||
pub(crate) use iced_graphics::Transformation;
|
||||
|
||||
#[cfg(any(feature = "image_rs", feature = "svg"))]
|
||||
#[cfg(any(feature = "image", feature = "svg"))]
|
||||
mod image;
|
||||
|
||||
/// A [`wgpu`] graphics renderer for [`iced`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue