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"