Use libcosmic for x and wayland modules

This commit is contained in:
Ian Douglas Scott 2022-01-05 13:30:45 -08:00 committed by Ian Douglas Scott
parent 03999f24a7
commit 8b5e1a7f12
7 changed files with 1098 additions and 1074 deletions

View file

@ -13,12 +13,7 @@ mod status_area;
mod status_menu;
mod status_notifier_watcher;
mod time_button;
#[cfg(feature = "layer-shell")]
mod wayland;
#[cfg(feature = "layer-shell")]
mod wayland_custom_surface;
mod window;
mod x;
use application::PanelApp;