diff options
author | 2022-11-03 03:05:54 +0100 | |
---|---|---|
committer | 2022-11-03 03:05:54 +0100 | |
commit | 3b8669ae94d4d17d3bac0b8ce6d1b019e373253e (patch) | |
tree | c4f80e313d35555639be145026ffe76fc122d9b7 /glutin | |
parent | 08e28f6f97c7e656f0d2f1d3fb0f6fe3c280d464 (diff) | |
parent | be1729500198895485ac678c425ca75eb3b40151 (diff) | |
download | iced-3b8669ae94d4d17d3bac0b8ce6d1b019e373253e.tar.gz iced-3b8669ae94d4d17d3bac0b8ce6d1b019e373253e.tar.bz2 iced-3b8669ae94d4d17d3bac0b8ce6d1b019e373253e.zip |
Merge pull request #1502 from icedrocket/master
fix: enable `application` feature required in `iced_glutin`
Diffstat (limited to 'glutin')
-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" |