Skip to content

Commit

Permalink
update features following bevyengine#1287
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 1, 2021
1 parent 5f032f6 commit 8ab9658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cargo_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
|feature name|description|
|-|-|
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|bevy_dynamic_plugins|Plugins for dynamic loading (libloading)|
|bevy_gilrs|Adds gamepad support.|
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
|bevy_winit|GUI support.|
|bevy_wgpu|Make use of GPU via [WebGPU](https://gpuweb.github.io/gpuweb/) support.|
|render|The render pipeline and all render related plugins.|
|dynamic_plugins|Plugins for dynamic loading (libloading)|
|png|PNG picture format support.|
|hdr|[HDR](https://en.wikipedia.org/wiki/High_dynamic_range) support.|
|mp3|MP3 audio format support.|
Expand Down

0 comments on commit 8ab9658

Please sign in to comment.