winit/src/platform_impl/apple/appkit
Mads Marquart 04482d5a2e
fix: Allow unknown bit-depth on macOS (#4190)
It is unclear what values CGDisplayModeCopyPixelEncoding is allowed to
return, so let's make sure to handle unknown cases.
2025-05-23 16:07:09 +02:00
..
app.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
app_state.rs macOS: Remove panic wrapper (#4147) 2025-05-23 15:53:12 +02:00
cursor.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
event.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
event_loop.rs macOS: Remove panic wrapper (#4147) 2025-05-23 15:53:12 +02:00
ffi.rs fix: Allow unknown bit-depth on macOS (#4190) 2025-05-23 16:07:09 +02:00
menu.rs Update to objc2 v0.6 (#4092) 2025-01-28 21:31:14 +01:00
mod.rs winit-core: move window 2025-05-14 21:18:44 +09:00
monitor.rs fix: Allow unknown bit-depth on macOS (#4190) 2025-05-23 16:07:09 +02:00
observer.rs macOS: Remove panic wrapper (#4147) 2025-05-23 15:53:12 +02:00
util.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
view.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
window.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
window_delegate.rs chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00