LabeledItem widget

This commit is contained in:
Lucy 2022-02-24 14:03:01 -05:00
parent b606ed6a9b
commit 6ec9e8037c
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 138 additions and 3 deletions

View file

@ -4,3 +4,5 @@ pub mod wayland;
#[cfg(feature = "layer-shell")]
mod wayland_custom_surface;
pub mod x;
pub use libcosmic_widgets as widgets;