Skip to content

Commit

Permalink
squash: Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Siglreithmaier <[email protected]>
  • Loading branch information
rib and msiglreith authored Nov 6, 2022
1 parent 335a2bc commit 83102af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83102af

Please sign in to comment.