Winit version 0.30.1

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2024-06-01 10:50:29 -07:00
committed by Kirill Chibisov
parent 21e266f3b7
commit 437747b966
5 changed files with 18 additions and 17 deletions

View File

@@ -62,7 +62,7 @@
//! If your application is currently based on `NativeActivity` via the `ndk-glue` crate and building
//! with `cargo apk`, then the minimal changes would be:
//! 1. Remove `ndk-glue` from your `Cargo.toml`
//! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.0",
//! 2. Enable the `"android-native-activity"` feature for Winit: `winit = { version = "0.30.1",
//! features = [ "android-native-activity" ] }`
//! 3. Add an `android_main` entrypoint (as above), instead of using the '`[ndk_glue::main]` proc
//! macro from `ndk-macros` (optionally add a dependency on `android_logger` and initialize