Update deps and add Cargo.lock

This commit is contained in:
Ian Douglas Scott 2023-01-17 12:36:05 -08:00
parent 038d27fa88
commit 039e0a9585
4 changed files with 3441 additions and 13 deletions

View file

@ -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,