From edede88020e4cc614caae73818304d9f4418fa8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:41:34 +0000 Subject: [PATCH] chore(deps): update rust crate winit to 0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2f46c1..92aecab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ raw-window-handle = "0.6" [dev-dependencies] tao = "0.28" -winit = "0.29" +winit = "0.30" [target."cfg(target_os = \"windows\")".dependencies] windows-version = "0.1"