From 1ea6d296817392d2ba03d0a2869ff3abb3ec0cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:54:03 +0000 Subject: [PATCH] Update glutin requirement from 0.24 to 0.32 Updates the requirements on [glutin](https://github.com/rust-windowing/glutin) to permit the latest version. - [Release notes](https://github.com/rust-windowing/glutin/releases) - [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/glutin/compare/v0.24.1...v0.32.3) --- updated-dependencies: - dependency-name: glutin dependency-version: 0.32.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/Cargo.toml b/gl/Cargo.toml index df9f0a6..30f18c9 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -19,7 +19,7 @@ keywords = ["gl", "egl", "opengl", "khronos"] gl_generator = { version = "0.14.0", path = "../gl_generator" } [dev-dependencies] -glutin = "0.24" +glutin = "0.32" [lints] workspace = true