From 876aabb5176bac54705a405f33d5b5ddfd4a18cd Mon Sep 17 00:00:00 2001 From: Litttle_fish <38809254+Litttlefish@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:59:49 +0800 Subject: [PATCH] Update cargo_features.md --- docs/cargo_features.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 51d5e88fbfb55..bd29c14c43b27 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -11,8 +11,7 @@ The default feature set enables most of the expected features of a game engine, |feature name|description| |-|-| -|android-game-activity|Android GameActivity support. Provided by Jetpack library. -# Default, choose between this and `android-native-activity`.| +|android-game-activity|Android GameActivity support. Default, choose between this and `android-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| @@ -53,8 +52,7 @@ 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-native-activity|Android NativeActivity support. Provided by Android Framework. -# Legacy, should be avoided for most new Android games.| +|android-native-activity|Android NativeActivity support. Legacy, should be avoided for most new Android games.| |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.| |basis-universal|Basis Universal compressed texture support|