Update iced/libcosmic
This commit is contained in:
parent
17d231f497
commit
e85741ca5d
2 changed files with 211 additions and 242 deletions
451
Cargo.lock
generated
451
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -527,7 +527,7 @@ impl Application for App {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn subscription(&self) -> Subscription<Msg> {
|
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
|
if let iced::Event::PlatformSpecific(iced::event::PlatformSpecific::Wayland(evt)) = evt
|
||||||
{
|
{
|
||||||
Some(Msg::WaylandEvent(evt))
|
Some(Msg::WaylandEvent(evt))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue