From ecaaf5fd374cd0bec0d75861cd86ab4e2aa1b0b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:35:20 +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 632d4b2..91ff3bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ raw-window-handle = "0.6" [dev-dependencies] tao = "0.30" -winit = "0.29" +winit = "0.30" [target.'cfg(target_os = "windows")'.dependencies] windows-version = "0.1"