mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 23:00:05 -04:00
WIP on making the safe area on iOS track the keyboard as well
This commit is contained in:
@@ -32,6 +32,7 @@ objc2-core-foundation = { workspace = true, features = [
|
||||
"CFRunLoop",
|
||||
"CFString",
|
||||
] }
|
||||
objc2-core-graphics = { workspace = true, features = ["std", "CGGeometry"] }
|
||||
objc2-foundation = { workspace = true, features = [
|
||||
"std",
|
||||
"block2",
|
||||
@@ -47,14 +48,13 @@ objc2-foundation = { workspace = true, features = [
|
||||
] }
|
||||
objc2-ui-kit = { workspace = true, features = [
|
||||
"std",
|
||||
"block2",
|
||||
"objc2-core-foundation",
|
||||
"UIApplication",
|
||||
"UIDevice",
|
||||
"UIEvent",
|
||||
"UIGeometry",
|
||||
"UIGestureRecognizer",
|
||||
"UITextInput",
|
||||
"UITextInputTraits",
|
||||
"UIOrientation",
|
||||
"UIPanGestureRecognizer",
|
||||
"UIPinchGestureRecognizer",
|
||||
@@ -63,10 +63,14 @@ objc2-ui-kit = { workspace = true, features = [
|
||||
"UIScreen",
|
||||
"UIScreenMode",
|
||||
"UITapGestureRecognizer",
|
||||
"UITextInput",
|
||||
"UITextInputTraits",
|
||||
"UITouch",
|
||||
"UITraitCollection",
|
||||
"UIView",
|
||||
"UIViewAnimating",
|
||||
"UIViewController",
|
||||
"UIViewPropertyAnimator",
|
||||
"UIWindow",
|
||||
] }
|
||||
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
|
||||
|
||||
Reference in New Issue
Block a user