mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
c747cc526b
commit
08eaa13c81
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
|feature name|description|
|
|feature name|description|
|
||||||
|-|-|
|
|-|-|
|
||||||
|
|animation|Animation support and glTF animation loading.|
|
||||||
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|
||||||
|bevy_gilrs|Adds gamepad support.|
|
|bevy_gilrs|Adds gamepad support.|
|
||||||
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
|
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
|
||||||
|
|
Loading…
Reference in a new issue