From 663c3685da4140c9224ae6b189245c991508624b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 16 Aug 2021 15:50:20 +0700 Subject: Update `winit` and `glutin` dependencies --- winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index b1192135..16218098 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0" [dependencies.winit] version = "0.25" git = "https://github.com/iced-rs/winit" -rev = "844485272a7412cb35cdbfac3524decdf59475ca" +rev = "eba45b9567d3efdba5165381960b4f914fffeb96" [dependencies.iced_native] version = "0.4" -- cgit