Skip to content

v0.3.1 - Small fixes and improvements

Choose a tag to compare

@prokopyl prokopyl released this 15 Aug 05:06
· 21 commits to master since this release

What's Changed

  • Make Hand cursor show a pointing hand on macOS by @exa04 in #308
  • Implement non-resizable windows by @prokopyl in #310
  • Fix Window::host_main_thread_callback requiring &mut by @prokopyl in #312
  • Allow ParentWindowHandle to be Send + Sync by @prokopyl in #313
  • Allow setting minimum/maximum window sizes by @prokopyl in #314
  • Win32 fix destruction by @prokopyl in #315
  • X11: Refactor Drawing and event loop handling by @prokopyl in #316
  • X11: Track window's ancestors to see if the window is actually viewable or not by @prokopyl in #317

New Contributors

Full Changelog: v0.3...v0.3.1