From 02fe985a6451f5828693df70c0c6ed12b0498f58 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 10 Jun 2024 09:43:14 -0600 Subject: [PATCH] Export iced_wgpu --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index ee29b3e5..60e3cf19 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -74,6 +74,10 @@ pub use iced_widget; #[cfg(feature = "winit")] pub use iced_winit; +#[doc(inline)] +#[cfg(feature = "wgpu")] +pub use iced_wgpu; + pub mod icon_theme; pub mod keyboard_nav;