Skip to content

Commit

Permalink
Fix name in list of features (bevyengine#2438)
Browse files Browse the repository at this point in the history
# Objective

- Fix the name of the `bevy_dynamic_plugin` feature in the list of features

## Solution

- Remove the letter "s" 😶
  • Loading branch information
tsoutsman authored and ostwilkens committed Jul 27, 2021
1 parent 325f3a7 commit a437dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cargo_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|feature name|description|
|-|-|
|bevy_audio|Audio support. Support for all audio formats depends on this.|
|bevy_dynamic_plugins|Plugins for dynamic loading (libloading).|
|bevy_dynamic_plugin|Plugin for dynamic loading (libloading).|
|bevy_gilrs|Adds gamepad support.|
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support.|
|bevy_winit|GUI support.|
Expand Down

0 comments on commit a437dc1

Please sign in to comment.