summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-11-03 03:05:54 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-03 03:05:54 +0100
commit3b8669ae94d4d17d3bac0b8ce6d1b019e373253e (patch)
treec4f80e313d35555639be145026ffe76fc122d9b7
parent08e28f6f97c7e656f0d2f1d3fb0f6fe3c280d464 (diff)
parentbe1729500198895485ac678c425ca75eb3b40151 (diff)
downloadiced-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 '')
-rw-r--r--glutin/Cargo.toml1
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"