From d7905d5f22da050ac7dbb04c702e760aa7612517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:42:36 +0200 Subject: [PATCH] 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 --- Cargo.toml | 2 +- examples/winit.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2b8a78..8b0d813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/examples/winit.rs b/examples/winit.rs index 699ee6a..3ad03b8 100644 --- a/examples/winit.rs +++ b/examples/winit.rs @@ -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::{