Skip to content

Commit

Permalink
Add note in changelog about no longer depending on rwh
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 9, 2024
1 parent 469f349 commit 384ff5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- Move `Layer` constructors to the type itself.
- `appkit::metal_layer_from_ns_view` is now `Layer::from_ns_view`.
- `uikit::metal_layer_from_ui_view` is now `Layer::from_ui_view`.

`raw-window-handle` types are also no longer exposed directly in the API.
This allows us to decouple the library from `raw-window-handle`'s versioning.
- Added `Layer::from_layer` to construct a `Layer` from a `CALayer` directly.
- Fixed layers not automatically resizing to match the super layer they were created from.

Expand Down

0 comments on commit 384ff5c

Please sign in to comment.