summaryrefslogtreecommitdiffstats
path: root/glutin/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar icedrocket <114203630+icedrocket@users.noreply.github.com>2022-11-02 15:57:55 +0900
committerLibravatar icedrocket <114203630+icedrocket@users.noreply.github.com>2022-11-02 15:57:55 +0900
commitbe1729500198895485ac678c425ca75eb3b40151 (patch)
tree05421cd0fda080ba97bd028a8bf4f4abb2ab1c8e /glutin/Cargo.toml
parent1c00adad615f7c2909d175c696765dbe081bde33 (diff)
downloadiced-be1729500198895485ac678c425ca75eb3b40151.tar.gz
iced-be1729500198895485ac678c425ca75eb3b40151.tar.bz2
iced-be1729500198895485ac678c425ca75eb3b40151.zip
fix: enable `application` feature required in `iced_glutin`
Diffstat (limited to 'glutin/Cargo.toml')
-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"