From b1733e6076e0aa0f58698fd19f6da0390c38f157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:31:34 +0000 Subject: [PATCH] Update winit requirement from 0.28 to 0.30 Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88c03a6..d6f3dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1.0" renderdoc-sys = { version = "1.1.0", path = "./renderdoc-sys" } glutin = { version = "0.30", optional = true } -winit = { version = "0.28", optional = true } +winit = { version = "0.30", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["d3d12","d3d11"] } @@ -43,7 +43,7 @@ wio = "0.2" pollster = "0.3" wgpu = "0.15" wgpu-subscriber = "0.1.0" -winit = "0.28" +winit = "0.30" [workspace] members = [".", "renderdoc-sys"]