Skip to content

Commit

Permalink
Update cargo_features.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Litttlefish authored Sep 27, 2024
1 parent 53d5f7f commit 876aabb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/cargo_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit 876aabb

Please sign in to comment.