chore: update libcosmic after reexports were removed
This commit is contained in:
parent
828534ad9c
commit
240bb058a9
7 changed files with 328 additions and 385 deletions
14
src/main.rs
14
src/main.rs
|
|
@ -16,6 +16,13 @@ use clap::Parser;
|
|||
use cosmic::{
|
||||
app::{Application, CosmicFlags},
|
||||
cctk, dbus_activation,
|
||||
iced::platform_specific::shell::commands::layer_surface::{
|
||||
destroy_layer_surface, get_layer_surface,
|
||||
},
|
||||
iced::runtime::platform_specific::wayland::layer_surface::{
|
||||
IcedOutput, SctkLayerSurfaceSettings,
|
||||
},
|
||||
iced::window::Id as SurfaceId,
|
||||
iced::{
|
||||
self, Size, Subscription, Task,
|
||||
clipboard::dnd::{DndEvent, SourceEvent},
|
||||
|
|
@ -23,13 +30,6 @@ use cosmic::{
|
|||
keyboard::key::{Key, Named},
|
||||
mouse::ScrollDelta,
|
||||
},
|
||||
iced_core::window::Id as SurfaceId,
|
||||
iced_runtime::platform_specific::wayland::layer_surface::{
|
||||
IcedOutput, SctkLayerSurfaceSettings,
|
||||
},
|
||||
iced_winit::platform_specific::wayland::commands::layer_surface::{
|
||||
destroy_layer_surface, get_layer_surface,
|
||||
},
|
||||
scroll::DiscreteScrollState,
|
||||
};
|
||||
use cosmic_comp_config::CosmicCompConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue