From ba7d9cf2c31ae3fe40370974d3933988636c58f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:39:33 +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 bb480c4..bd096fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ core-foundation = "0.9" png = "0.17" [dev-dependencies] -winit = "0.29" +winit = "0.30" tao = "0.28" image = "0.25" eframe = "0.27"