diff options
-rw-r--r-- | glutin/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index d84f9d70..65b16947 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" |