Implement ApplicationHandler for &mut A and Box<A> (#3709)

This commit is contained in:
Mads Marquart
2024-05-29 11:51:53 +02:00
committed by Kirill Chibisov
parent fb4a674ee5
commit 391a22217d
2 changed files with 115 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ changelog entry.
### Added
- Reexport `raw-window-handle` versions 0.4 and 0.5 as `raw_window_handle_04` and `raw_window_handle_05`.
- Implement `ApplicationHandler` for `&mut` references and heap allocations to something that implements `ApplicationHandler`.
### Fixed