macOS: Fix double-free of NSWindow

This commit is contained in:
Mads Marquart 2023-11-15 02:15:33 +01:00
parent 800f640270
commit f198b222bd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# Unreleased
- MacOS: Fix double-free of `NSWindow`.
# 0.4.0
- **Breaking:** Port to use `raw-window-handle` v0.6.(#132)