Update deps and add Cargo.lock
This commit is contained in:
parent
038d27fa88
commit
039e0a9585
4 changed files with 3441 additions and 13 deletions
21
src/main.rs
21
src/main.rs
|
|
@ -11,14 +11,19 @@ use cctk::{
|
|||
Connection, QueueHandle, WEnum,
|
||||
},
|
||||
};
|
||||
use iced::{
|
||||
event::wayland::{Event as WaylandEvent, OutputEvent},
|
||||
keyboard::KeyCode,
|
||||
widget, Application, Command, Element, Subscription,
|
||||
};
|
||||
use iced_native::{
|
||||
command::platform_specific::wayland::layer_surface::{IcedOutput, SctkLayerSurfaceSettings},
|
||||
window::Id as SurfaceId,
|
||||
use cosmic::{
|
||||
iced::{
|
||||
self,
|
||||
event::wayland::{Event as WaylandEvent, OutputEvent},
|
||||
keyboard::KeyCode,
|
||||
widget, Application, Command, Element, Subscription,
|
||||
},
|
||||
iced_native::{
|
||||
command::platform_specific::wayland::layer_surface::{
|
||||
IcedOutput, SctkLayerSurfaceSettings,
|
||||
},
|
||||
window::Id as SurfaceId,
|
||||
},
|
||||
};
|
||||
use iced_sctk::{
|
||||
application::SurfaceIdWrapper,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue