You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.