Web: add support for more RawWindowHandle variants (#188)

This commit is contained in:
daxpedda 2023-12-17 23:48:58 +01:00 committed by GitHub
parent 211db6fc6e
commit 4e8735c6bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 12 deletions

View file

@ -1,6 +1,7 @@
# Unreleased
- MacOS: Fix double-free of `NSWindow`.
- On MacOS, Fix double-free of `NSWindow`.
- On Web, add support for more `RawWindowHandle` variants.
# 0.4.0
@ -25,7 +26,7 @@
* On X11, fix the length of the returned buffer when using the wire-transferred buffer.
* On Web, fix incorrect starting coordinates when handling buffer damage.
* Or Redox, use `MAP_SHARED`; fixing behavior with latest Orbital.
* On Redox, use `MAP_SHARED`; fixing behavior with latest Orbital.
* Error instead of segfault on macOS if size isn't set.
* Add `OffscreenCanvas` support in web backend.
* Add DRM/KMS backend, for running on tty without X/Wayland.