update libcosmic after reexports are removed
This commit is contained in:
parent
1517d7388d
commit
e125ae0b58
24 changed files with 91 additions and 90 deletions
|
|
@ -20,13 +20,13 @@ use cosmic::{
|
|||
},
|
||||
cctk::sctk::reexports::calloop,
|
||||
cosmic_theme::Spacing,
|
||||
iced::core::{Alignment, Background, Border, Color, Shadow},
|
||||
iced::{
|
||||
Length, Subscription,
|
||||
platform_specific::shell::wayland::commands::popup::{destroy_popup, get_popup},
|
||||
widget::{Column, column, container, row},
|
||||
window,
|
||||
},
|
||||
iced_core::{Alignment, Background, Border, Color, Shadow},
|
||||
surface,
|
||||
theme::{self, Button},
|
||||
widget::{button, divider, icon, scrollable, slider, space, text, toggler},
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic::{
|
||||
iced::stream,
|
||||
iced::{self, Subscription, futures::SinkExt},
|
||||
iced_futures::stream,
|
||||
};
|
||||
use std::{fmt::Debug, hash::Hash};
|
||||
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ use std::{
|
|||
};
|
||||
|
||||
use cosmic::{
|
||||
iced::stream,
|
||||
iced::{self, Subscription},
|
||||
iced_futures::stream,
|
||||
};
|
||||
use drm::{
|
||||
control::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue