apgoetz / jolly

Apache License 2.0
12 stars 3 forks source link

Bump iced #23

Closed apgoetz closed 1 year ago

apgoetz commented 1 year ago

Fixed a bunch of references to iced_native that apparently should not be used.

Also, we seem to be received a spurious window::event::Unfocused message at startup which was triggering jolly to exit. This is fixed by ignoring the Unfocused message until we receive at least one Focused message.