From e1b1227f0c2214b0ade4004b7985a137e7d56890 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 13 Feb 2021 16:05:51 +0100 Subject: Fix `image` feature name in `glow` and `iced` --- src/widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.rs') diff --git a/src/widget.rs b/src/widget.rs index e220a15e..edd35d2d 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -34,7 +34,7 @@ mod platform { )] pub use crate::renderer::widget::qr_code; - #[cfg_attr(docsrs, doc(cfg(feature = "image_rs")))] + #[cfg_attr(docsrs, doc(cfg(feature = "image")))] pub mod image { //! Display images in your user interface. pub use crate::runtime::image::viewer; -- cgit