Skip to content

Commit

Permalink
Merge pull request #1502 from icedrocket/master
Browse files Browse the repository at this point in the history
fix: enable `application` feature required in `iced_glutin`
  • Loading branch information
hecrj authored Nov 3, 2022
2 parents 08e28f6 + be17295 commit 3b8669a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glutin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ path = "../native"
[dependencies.iced_winit]
version = "0.4"
path = "../winit"
features = ["application"]

[dependencies.iced_graphics]
version = "0.3"
Expand Down

0 comments on commit 3b8669a

Please sign in to comment.