chore(deps): update rust crate winit to 0.28 (#42)

* chore(deps): update rust crate winit to 0.28

* fix ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
renovate[bot] 2023-02-02 15:42:36 +02:00 committed by GitHub
parent e6f4357b6d
commit d7905d5f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -40,6 +40,6 @@ objc = "0.2"
png = "0.17"
[dev-dependencies]
winit = "0.27"
winit = "0.28"
tao = { git = "https://github.com/tauri-apps/tao", branch = "muda" }
image = "0.24"

View file

@ -10,8 +10,6 @@ use muda::{
};
#[cfg(target_os = "macos")]
use winit::platform::macos::{EventLoopBuilderExtMacOS, WindowExtMacOS};
#[cfg(target_os = "linux")]
use winit::platform::unix::WindowExtUnix;
#[cfg(target_os = "windows")]
use winit::platform::windows::{EventLoopBuilderExtWindows, WindowExtWindows};
use winit::{