From 7dc97c8fd10cda13233abbb8eb77658c09d027fb Mon Sep 17 00:00:00 2001 From: Adam Cosner Date: Tue, 7 Apr 2026 13:21:39 -0400 Subject: [PATCH] Removed iced_winit and iced_wgpu reexports --- src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index b2d2a215..e04f1609 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,14 +66,6 @@ pub mod font; #[doc(inline)] pub use iced; -#[doc(inline)] -#[cfg(feature = "winit")] -pub use iced_winit; - -#[doc(inline)] -#[cfg(feature = "wgpu")] -pub use iced_wgpu; - pub mod icon_theme; pub mod keyboard_nav;