From 83102af5f3bfba7a4bfb352be136e29f95aa90b2 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 6 Nov 2022 16:22:45 +0000 Subject: [PATCH] squash: Update README.md Co-authored-by: Markus Siglreithmaier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91b1d0f02..159c65340c 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ class. Your application _must_ specify the base class it needs via a feature fla For example, add this to Cargo.toml: ```toml -winit = { version = "0.28", features = [ "android-game-activity" ] } +winit = { version = "0.28", features = [ "android-native-activity" ] } [target.'cfg(target_os = "android")'.dependencies] android_logger = "0.11.0"