linebender / bevy_vello

An integration to render with Vello in Bevy game engine.
https://linebender.org/bevy_vello/
Apache License 2.0
117 stars 12 forks source link

handle window size == 0 #38

Closed luke1188 closed 4 months ago

luke1188 commented 4 months ago

handle edge case were minimizing window on Windows causes the size in system.rs to be 0

closes #37