Merge pull request #1502 from icedrocket/master
fix: enable `application` feature required in `iced_glutin`
This commit is contained in:
commit
3b8669ae94
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ path = "../native"
|
|||
[dependencies.iced_winit]
|
||||
version = "0.4"
|
||||
path = "../winit"
|
||||
features = ["application"]
|
||||
|
||||
[dependencies.iced_graphics]
|
||||
version = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue