- On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen.
- Add support for Redox/Orbital.
- Add support for BSD distributions.
- Ported Windows backend from
winapi
towindows-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
andwayland
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.
- Added WASM support (Thanks to Liamolucko!)
- CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to lunixbochs!)
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and Windows.