From 31fcf3f3f6ab4031a80765cf9ee8b5c9e28e5d30 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 2 Dec 2021 22:48:10 +0100 Subject: [PATCH] Update glutin to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f697088729..f23bfce206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ test_headless = [] # used for testing headless display vk_interop = [] # used for texture import from Vulkan [dependencies.glutin] -version = "0.27" +version = "0.28" features = [] optional = true