AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

fix!: Update winit to 0.30 #397

Closed DataTriny closed 2 months ago

DataTriny commented 2 months ago

Examples now use the new ApplicationHandler trait, which led to significant changes.

This is a breaking change to accesskit_winit, as described in the changelog.

mwcampbell commented 2 months ago

In the examples, I don't see any reason why the Windo needs to be wrapped in an Arc. The Arc is never cloned, only borrowed.

Aside from that, this looks good.

DataTriny commented 2 months ago

That was a leftover from the official winit example. Fixed now.