DioxusLabs / blitz

High performance HTML and CSS renderer powered by WGPU
Apache License 2.0
2.12k stars 42 forks source link

Use `ApplicationHandler` trait for winit integration #110

Closed nicoburns closed 3 months ago

nicoburns commented 3 months ago

@jkelleyrtp I'm assuming that we were only previously using the closure because you hadn't gotten around to changing it rather than because there was a specific reason to prefer that API?