winit-sonoma-fix/src/platform_impl
Mads Marquart 39dd30c239
Fix CGDisplayCreateUUIDFromDisplayID linking (again) (#2078)
See also https://github.com/rust-windowing/winit/pull/1626.

The `cocoa` crate links to AppKit, which made the symbol `CGDisplayCreateUUIDFromDisplayID` from ApplicationServices/ColorSync (which AppKit uses internally) available to us on macOS 10.8 to 10.13.

However, this does not work on macOS 10.7 (where AppKit does not link to ColorSync internally). Instead of relying on this, we should just link to ApplicationServices directly.
2022-01-05 14:38:24 +01:00
..
android Update raw-window-handle to 0.4.1 (#1957) 2021-11-30 17:50:23 +01:00
ios Fix warnings (#2076) 2021-12-11 03:02:48 +01:00
linux Fix clippy warnings (#2108) 2022-01-01 03:00:11 +01:00
macos Fix CGDisplayCreateUUIDFromDisplayID linking (again) (#2078) 2022-01-05 14:38:24 +01:00
web Add cursor grab for web target (#2025) 2022-01-05 11:13:46 +01:00
windows Fix transparent window crash on Windows 11 (#2121) 2022-01-03 13:54:31 +01:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00