refactor: move applet helpers to cosmic-applets repo

This commit is contained in:
Ashley Wulber 2023-05-31 10:28:15 -04:00 committed by Ashley Wulber
parent 31f7e97d5b
commit ce713d9da7
4 changed files with 0 additions and 207 deletions

View file

@ -15,8 +15,6 @@ pub use iced_widget;
pub use iced_winit;
#[cfg(feature = "wayland")]
pub use sctk;
#[cfg(feature = "applet")]
pub mod applet;
pub mod executor;
pub mod font;
pub mod keyboard_nav;