android: depend on android-activity 0.4.0 (#2557)

This commit is contained in:
Robert Bragg 2022-11-26 10:54:08 +00:00 committed by GitHub
parent 101ac8908c
commit 1786c877ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"