From 0553062be1898873fb057c0446b772ab07b551e5 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 31 Oct 2022 20:23:24 -0300 Subject: update `iced_glutin` to use new surface api --- glutin/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'glutin/Cargo.toml') diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index addaa16c..70820780 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -16,6 +16,9 @@ debug = ["iced_winit/debug"] system = ["iced_winit/system"] multi_window = ["iced_winit/multi_window"] +[dependencies.raw-window-handle] +version = "0.5.0" + [dependencies.log] version = "0.4" -- cgit