From 06cf7f0bffc6ce35abeb0409eb378b8a3fe263f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:07:10 +0000 Subject: [PATCH] chore(deps): update rust crate winit to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4428ebb..94135fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ raw-window-handle = "0.6" [dev-dependencies] tao = "0.27" -winit = "0.29" +winit = "0.30.0" [target."cfg(target_os = \"windows\")".dependencies] windows-version = "0.1"