Cocoa: Add QuartzCore as a link-time dependency

This commit is contained in:
Camilla Löwy
2024-04-07 19:39:52 +02:00
parent 8b574030a8
commit 97892c6037
4 changed files with 10 additions and 16 deletions

View File

@@ -123,6 +123,7 @@ information on what to include when reporting a bug.
- Added `GLFW_UNLIMITED_MOUSE_BUTTONS` input mode that allows mouse buttons beyond
the limit of the mouse button tokens to be reported (#2423)
- [Cocoa] Added `QuartzCore` framework as link-time dependency
- [Cocoa] Removed support for OS X 10.10 Yosemite and earlier (#2506)
- [Wayland] Bugfix: The fractional scaling related objects were not destroyed
- [Wayland] Bugfix: `glfwInit` would segfault on compositor with no seat (#2517)