fix: enable application feature required in iced_glutin

This commit is contained in:
icedrocket 2022-11-02 15:57:55 +09:00
parent 1c00adad61
commit be17295001

View file

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