Add animation feature to cargo_features.md (#4450)

# Objective

The new feature `animation` is not documented in `cargo_features.md`.

## Solution

Add it there.
This commit is contained in:
Yutao Yuan 2022-04-11 04:20:25 +00:00
parent c747cc526b
commit 08eaa13c81

View file

@ -4,6 +4,7 @@
|feature name|description|
|-|-|
|animation|Animation support and glTF animation loading.|
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|bevy_gilrs|Adds gamepad support.|
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|