From 6b47a2739195c756828c3cf5af1f5ce492ff5939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:13:00 +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 b27fbb6d..3f2823c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ objc = "0.2" png = "0.17" [dev-dependencies] -winit = "0.29" +winit = "0.30" tao = "0.27" wry = "0.39" image = "0.25"