Skip to content

0.2.0

Compare
Choose a tag to compare
@jackpot51 jackpot51 released this 06 Jan 16:21
· 149 commits to master since this release
3b33bbb
  • Add support for Redox/Orbital.
  • Add support for BSD distributions.
  • Ported Windows backend from winapi to windows-sys.
  • Breaking: Take a reference to a window instead of owning the window.
  • Add a from_raw function for directly using raw handles.
  • Improvements for Wayland support.
  • Support for HiDPI on macOS.
  • Breaking: Add feature flags for x11 and wayland backends.
  • Use static dispatch instead of dynamic dispatch for the backends.
  • Add libxcb support to the X11 backend.
  • Use X11 MIT-SHM extension, if available.