mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-27 03:26:34 +11:00
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:
parent
e6f4357b6d
commit
d7905d5f22
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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::{
|
||||
|
|
Loading…
Add table
Reference in a new issue