Update default features in docs/cargo_features.md (#1287)

This commit is contained in:
Spencer Burris 2021-01-31 17:03:54 -08:00 committed by GitHub
parent 1d3dfd3938
commit 06dbfffe2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,9 @@
Audio support. Support for all audio formats depends on this.
### bevy_gilrs
Adds gamepad support.
### bevy_gltf
[glTF](https://www.khronos.org/gltf/) support.
@ -22,7 +25,7 @@ Make use of GPU via [WebGPU](https://gpuweb.github.io/gpuweb/) support.
The render pipeline and all render related plugins.
### dynamic_plugins
### bevy_dynamic_plugins
Plugins for dynamic loading (libloading)