Skip to content

Commit

Permalink
Made app::Task a winit-only feature
Browse files Browse the repository at this point in the history
Not exactly sure why, but the wayland feature disables cosmic::app so this is required
  • Loading branch information
Adam-Cosner authored and wash2 committed Nov 21, 2024
1 parent a64529a commit 2ca8961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2ca8961

Please sign in to comment.