Skip to content

v0.5.0

Compare
Choose a tag to compare
@ecton ecton released this 28 Apr 16:28
· 208 commits to main since this release
ebf9360

Breaking Changes

  • set_always_on_top/with_always_on_top/always_top have been replaced with
    set_window_level/with_window_level/window_level respectively. This
    change was due to upgrading to the latest winit.
  • The MSRV has been updated to 1.64.0 due to nested dependency requirements.
  • These feature flags have been renamed:
    • serialization has become serde
    • tokio-rt has become tokio
    • smol-rt has become smol

Changes

  • Updated easygpu to v0.5.0.
    • wgpu has been updated to v0.16.0
  • winit has been updated to v0.28.3
  • palette has been updated to v0.7.1

Fixes

  • Returning a scale from Window::additional_scale now works.
  • CloseResponse is now exported.

Added

  • Scene::set_additional_scale has been added to set the scaling factor between
    Points and Scaled. This allows application-level scaling in addition to the
    DPI scaling Kludgine already does.