From c8dc8789edc60fb44a87c406b0efb8db4a75a20f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 19:12:40 +0000 Subject: [PATCH] Update glutin requirement from 0.24 to 0.26 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.26.0) Signed-off-by: dependabot-preview[bot] --- gl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/Cargo.toml b/gl/Cargo.toml index 3d181d4..e0083e6 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -20,4 +20,4 @@ keywords = ["gl", "egl", "opengl", "khronos"] gl_generator = { version = "0.14.0", path = "../gl_generator" } [dev-dependencies] -glutin = "0.24" +glutin = "0.26"