From f5231a4700c13313c3423ab5c3f8bf42594e6b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:22:17 +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 a3a5e3e..77c8ab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ features = [ x11-dl = "2.21" [dev-dependencies] -winit = "0.29" +winit = "0.30" tao = "0.28" eframe = "0.27" iced = "0.12.1"