You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no variant or associated item named `Resized` found for enum `winit::event::WindowEvent` in the current scope
--> C:\Users\runneradmin\.cargo\git\checkouts\libcosmic-b367e32ffc370f4f\568ff09\iced\winit\src\program.rs:317:44
|
317 | winit::event::WindowEvent::Resized(_)
| ^^^^^^^ variant or associated item not found in `WindowEvent`
error[E0599]: no variant or associated item named `EventLoopAwakened` found for enum `program::Event` in the current scope
--> C:\Users\runneradmin\.cargo\git\checkouts\libcosmic-b367e32ffc370f4f\568ff09\iced\winit\src\program.rs:335:32
|
335 | Event::EventLoopAwakened(
| ^^^^^^^^^^^^^^^^^ variant or associated item not found in `Event<_>`
...
645 | pub(crate) enum Event<Message: 'static> {
| --------------------------------------- variant or associated item `EventLoopAwakened` not found for this enum
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: