From e029a11257a67a91d9b396ad8df5ea36d88e50b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:24:22 +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 c29acba..69924e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ core-foundation = "0.9" png = "0.17" [dev-dependencies] -winit = "0.29" +winit = "0.30" tao = "0.27" image = "0.25" eframe = "0.27"