Skip to content

Commit

Permalink
Changed feature in cargo_features and publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYidong committed Sep 21, 2020
1 parent 7a514c5 commit 8bc51ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cargo_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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)
### bevy_dynload
Allows for dynamic loading of plugins (previously dynamic_plugins)

### png

Expand Down
1 change: 1 addition & 0 deletions tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ crates=(
bevy_ecs/hecs
bevy_ecs
bevy_app
bevy_dynload
bevy_property/bevy_property_derive
bevy_property
bevy_type_registry
Expand Down

0 comments on commit 8bc51ed

Please sign in to comment.