mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
Update default features in docs/cargo_features.md (#1287)
This commit is contained in:
parent
1d3dfd3938
commit
06dbfffe2e
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue