forked from rust-windowing/winit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from warpdotdev/v0.30.x
Merge changes from upstream-tracking `v0.30.x` into `warpdotdev/v0.30.x`.
- Loading branch information
Showing
55 changed files
with
950 additions
and
1,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "winit" | ||
version = "0.30.0" | ||
version = "0.30.1" | ||
authors = [ | ||
"The winit contributors", | ||
"Pierre Krieger <[email protected]>", | ||
|
@@ -71,7 +71,7 @@ rwh_05 = ["dep:rwh_05", "ndk/rwh_05"] | |
rwh_06 = ["dep:rwh_06", "ndk/rwh_06"] | ||
|
||
[build-dependencies] | ||
cfg_aliases = "0.2.0" | ||
cfg_aliases = "0.2.1" | ||
|
||
[dependencies] | ||
bitflags = "2" | ||
|
@@ -108,30 +108,35 @@ ndk = { version = "0.9.0", default-features = false } | |
|
||
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies] | ||
core-foundation = "0.9.3" | ||
objc2 = "0.5.1" | ||
objc2 = "0.5.2" | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies] | ||
core-graphics = "0.23.1" | ||
block2 = "0.5.1" | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] | ||
version = "0.2.0" | ||
version = "0.2.2" | ||
features = [ | ||
"block2", | ||
"dispatch", | ||
"NSArray", | ||
"NSAttributedString", | ||
"NSData", | ||
"NSDictionary", | ||
"NSDistributedNotificationCenter", | ||
"NSEnumerator", | ||
"NSNotification", | ||
"NSObjCRuntime", | ||
"NSString", | ||
"NSPathUtilities", | ||
"NSProcessInfo", | ||
"NSRunLoop", | ||
"NSString", | ||
"NSThread", | ||
"NSValue", | ||
] | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] | ||
version = "0.2.0" | ||
version = "0.2.2" | ||
features = [ | ||
"NSAppearance", | ||
"NSApplication", | ||
|
@@ -161,7 +166,7 @@ features = [ | |
] | ||
|
||
[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation] | ||
version = "0.2.0" | ||
version = "0.2.2" | ||
features = [ | ||
"dispatch", | ||
"NSArray", | ||
|
@@ -174,6 +179,29 @@ features = [ | |
"NSSet", | ||
] | ||
|
||
[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit] | ||
version = "0.2.2" | ||
features = [ | ||
"UIApplication", | ||
"UIDevice", | ||
"UIEvent", | ||
"UIGeometry", | ||
"UIGestureRecognizer", | ||
"UIOrientation", | ||
"UIPanGestureRecognizer", | ||
"UIPinchGestureRecognizer", | ||
"UIResponder", | ||
"UIRotationGestureRecognizer", | ||
"UIScreen", | ||
"UIScreenMode", | ||
"UITapGestureRecognizer", | ||
"UITouch", | ||
"UITraitCollection", | ||
"UIView", | ||
"UIViewController", | ||
"UIWindow", | ||
] | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies] | ||
unicode-segmentation = "1.7.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.