summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-05 03:26:19 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-05 03:26:19 +0100
commit0a23f518c70d27f2e44af38e5d3be2a0ab1a9bc1 (patch)
tree6fc01728b4141cb70abec59a7340101a9990009c /wgpu/src/lib.rs
parentd3b613df446aaf47b62c7c24422026f8872e9448 (diff)
downloadiced-0a23f518c70d27f2e44af38e5d3be2a0ab1a9bc1.tar.gz
iced-0a23f518c70d27f2e44af38e5d3be2a0ab1a9bc1.tar.bz2
iced-0a23f518c70d27f2e44af38e5d3be2a0ab1a9bc1.zip
Remove redundant features in `iced_wgpu` and `iced_glow`
Diffstat (limited to '')
-rw-r--r--wgpu/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs
index 1295516b..dcb699e8 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -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`].