From 751c5a24cbd4d459c25ad023eda83c677dbca88b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:49: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 dd56234f3..3d424043f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ libc = "0.2" pollster = "0.3.0" tao = "0.29" wgpu = "0.19" -winit = "0.29" +winit = "0.30" getrandom = "0.2" http-range = "0.1" percent-encoding = "2.3"