From be1729500198895485ac678c425ca75eb3b40151 Mon Sep 17 00:00:00 2001 From: icedrocket <114203630+icedrocket@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:57:55 +0900 Subject: [PATCH] fix: enable `application` feature required in `iced_glutin` --- glutin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index d84f9d70b9..65b16947ec 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -29,6 +29,7 @@ path = "../native" [dependencies.iced_winit] version = "0.4" path = "../winit" +features = ["application"] [dependencies.iced_graphics] version = "0.3"