winit/src/platform_impl/ios/uikit
Mads Marquart 259e868c05
Update objc2 crates (#3634)
Changes relevant to Winit:
- `icrate` has been deprecated in favour of separate crates per
  framework, in our case `objc2-foundation` and `objc2-app-kit` (and in
  the future `objc2-ui-kit` on iOS).
- Moved `MainThreadMarker::run_on_main` to free-standing function
  `run_on_main`.
- Changed how features work, this should result in less code that we
  need to compile.
- Enums are now real structs instead of type-aliases and free constants.
2024-04-18 17:34:19 +02:00
..
application.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
coordinate_space.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
device.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
event.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
geometry.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
gesture_recognizer.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
mod.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
responder.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
screen.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
screen_mode.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
status_bar_style.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
touch.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
trait_collection.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
view.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
view_controller.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00
window.rs Update objc2 crates (#3634) 2024-04-18 17:34:19 +02:00