From 159e8a6abc222fa3d2c92a86898f9d313b02ee6c Mon Sep 17 00:00:00 2001 From: aentity Date: Sun, 27 Sep 2020 13:05:20 -0700 Subject: update to winit 0.23 api --- 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 4652112c..b298134c 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_winit/debug"] [dependencies] -glutin = "0.24" +glutin = "0.25" [dependencies.iced_native] version = "0.2" -- cgit