Skip to content

v0.3.1

Compare
Choose a tag to compare
@ecton ecton released this 15 Jul 16:36
· 22 commits to main since this release
d0af8bb

Added

  • WindowAttributes::delay_visible is a new setting initializes the window
    visible: false before showing it after the first successful redraw. The goal
    is to avoid the OS drawing an empty window before the window behavior has
    initialized. This new attribute defaults to true.