Merge pull request #1502 from icedrocket/master

fix: enable `application` feature required in `iced_glutin`
This commit is contained in:
Héctor Ramón 2022-11-03 03:05:54 +01:00 committed by GitHub
commit 3b8669ae94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ path = "../native"
[dependencies.iced_winit]
version = "0.4"
path = "../winit"
features = ["application"]
[dependencies.iced_graphics]
version = "0.3"