update libcosmic after reexports are removed
This commit is contained in:
parent
1517d7388d
commit
e125ae0b58
24 changed files with 91 additions and 90 deletions
|
|
@ -14,12 +14,12 @@ use cosmic::{
|
|||
Element, Task,
|
||||
applet::{menu_button, padded_control},
|
||||
cosmic_theme::Spacing,
|
||||
iced::core::window,
|
||||
iced::{
|
||||
self, Alignment, Length, Subscription,
|
||||
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
|
||||
widget::{Column, column, container, row},
|
||||
},
|
||||
iced_runtime::core::window,
|
||||
theme,
|
||||
widget::{button, divider, icon, scrollable, text},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ use bluer::{
|
|||
};
|
||||
|
||||
use cosmic::{
|
||||
iced::stream,
|
||||
iced::{
|
||||
self, Subscription,
|
||||
futures::{SinkExt, StreamExt},
|
||||
},
|
||||
iced_futures::stream,
|
||||
};
|
||||
|
||||
use futures::{FutureExt, stream::FuturesUnordered};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue