diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 14d4e0e75ec80..f067cb2c98e99 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -11,6 +11,7 @@ The default feature set enables most of the expected features of a game engine, |feature name|description| |-|-| +|android-game-activity|Android game activity support (pick one between this and native activity)| |android_shared_stdcxx|Enable using a shared stdlib for cxx on Android| |animation|Enable animation support, and glTF animation loading| |bevy_animation|Provides animation functionality| @@ -44,7 +45,6 @@ The default feature set enables most of the expected features of a game engine, |feature name|description| |-|-| |accesskit_unix|Enable AccessKit on Unix backends (currently only works with experimental screen readers and forks.)| -|android-game-activity|Android game activity support (pick one between this and native activity)| |android-native-activity|Android native activity support (pick one between this and game activity)| |asset_processor|Enables the built-in asset processor for processed assets.| |async-io|Use async-io's implementation of block_on instead of futures-lite's implementation. This is preferred if your application uses async-io.|