819 B
819 B
UNRELEASED
- Add support for Redox/Orbital.
- Add support for BSD distributions.
- Ported Windows backend from
winapitowindows-sys. - Breaking: Take a reference to a window instead of owning the window.
- Add a
from_rawfunction for directly using raw handles. - Breaking: Add feature flags for
x11andwaylandbackends. - Use static dispatch instead of dynamic dispatch for the backends.
- Add
libxcbsupport to the X11 backend.
0.1.1
- 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!)
0.1.0
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.