Update libcosmic

This commit is contained in:
Jeremy Soller 2024-04-30 08:43:55 -06:00
parent b666d847a5
commit 42cade3149
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 515 additions and 388 deletions

View file

@ -1,14 +1,14 @@
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::widget::menu::key_bind::KeyBind;
use cosmic::widget::menu::menu_tree::{menu_items, menu_root, MenuItem};
use cosmic::widget::menu::{items as menu_items, root as menu_root, Item as MenuItem};
use cosmic::{
iced::{widget::column, widget::horizontal_rule, Alignment, Background, Length},
iced_core::Border,
menu_button, theme,
widget::{
self, horizontal_space,
menu::{ItemHeight, ItemWidth, MenuBar, MenuTree},
menu::{ItemHeight, ItemWidth, MenuBar, Tree as MenuTree},
segmented_button,
},
Element,