diff --git a/src/lib.rs b/src/lib.rs index cc396144f8f..2b2c9b43b43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,9 @@ pub use app::{Application, ApplicationExt}; #[cfg(feature = "applet")] pub mod applet; +#[cfg(feature = "winit")] pub use app::Task; + pub mod task; pub mod config;