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 --- 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 06e5df9a..7cf62821 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -14,7 +14,7 @@ categories = ["gui"] debug = ["iced_native/debug"] [dependencies] -winit = "0.22" +winit = "0.23" window_clipboard = "0.1" log = "0.4" thiserror = "1.0" -- cgit