From 08eaa13c81a7674c0a7d5a6cfcd7c4091388f307 Mon Sep 17 00:00:00 2001 From: Yutao Yuan Date: Mon, 11 Apr 2022 04:20:25 +0000 Subject: [PATCH] Add animation feature to cargo_features.md (#4450) # Objective The new feature `animation` is not documented in `cargo_features.md`. ## Solution Add it there. --- docs/cargo_features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 9d3f44787e..728a19d6b7 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -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.|