mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
android: depend on android-activity 0.4.0 (#2557)
This commit is contained in:
parent
101ac8908c
commit
1786c877ec
|
@ -62,7 +62,7 @@ simple_logger = { version = "2.1.0", default_features = false }
|
|||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
|
||||
ndk = "0.7.0"
|
||||
android-activity = "0.4.0-beta.1"
|
||||
android-activity = "0.4.0"
|
||||
|
||||
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
|
||||
objc2 = "=0.3.0-beta.3"
|
||||
|
|
Loading…
Reference in a new issue