winit/src/platform_impl/apple/appkit
Mads Marquart c846f67bcb
chore: import from winit-core instead of the top-level crate
Reproduce with:
find ./src/platform_impl -type f -exec sed -i '' 's/crate::/winit_core::/g' {} \;
find ./src/platform_impl -type f -exec sed -i '' 's/winit_core::platform/crate::platform/g' {} \;
find ./src/platform_impl -type f -exec sed -i '' 's/winit_core::dpi::/dpi::/g' {} \;
cargo +nightly fmt
2025-05-17 11:26:09 +09: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 chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09: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 chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
ffi.rs macOS: Store UUID in MonitorHandle instead of CGDirectDisplayID (#4167) 2025-04-29 12:26:03 +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 chore: import from winit-core instead of the top-level crate 2025-05-17 11:26:09 +09:00
observer.rs macOS:ios: use next objc2 version 2025-04-20 14:36:49 +09: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