Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Litttlefish authored Feb 27, 2024
1 parent 58993cd commit c452574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cargo_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -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.|
Expand Down

0 comments on commit c452574

Please sign in to comment.