Update iced/libcosmic

This commit is contained in:
Ian Douglas Scott 2023-12-05 09:48:59 -08:00
parent 17d231f497
commit e85741ca5d
2 changed files with 211 additions and 242 deletions

451
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -527,7 +527,7 @@ impl Application for App {
}
fn subscription(&self) -> Subscription<Msg> {
let events = iced::subscription::events_with(|evt, _| {
let events = iced::event::listen_with(|evt, _| {
if let iced::Event::PlatformSpecific(iced::event::PlatformSpecific::Wayland(evt)) = evt
{
Some(Msg::WaylandEvent(evt))