From 8333b8f88ceaa53c361eb6726b2b7dac6cd2c402 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 19 Aug 2021 15:40:28 +0700 Subject: Update `winit` and `glutin` dependencies --- glutin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glutin') diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 5e435acd..b8484e9d 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -16,7 +16,7 @@ debug = ["iced_winit/debug"] [dependencies.glutin] version = "0.27" git = "https://github.com/iced-rs/glutin" -rev = "6f15ac1c5e138e081e95b4a91072d7922a4b7db4" +rev = "78a2ca5d9f78551d7d3144d5de2d9f6d47d455f3" [dependencies.iced_native] version = "0.4" -- cgit