Skip to content

Commit

Permalink
Fix bevy_eventlistener feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jun 10, 2024
1 parent 2f334b4 commit eea03d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver = "2"

[dependencies]
bevy = { version = "0.13.0", default-features = false }
bevy_time_runner = { version = "0.1.4" }
bevy_time_runner = { version = "0.1.4", default-features = false }
bevy_lookup_curve = { version = "0.2.1", optional = true }

[dev-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ or [`bevy_easings`](https://github.com/vleue/bevy_easings):
enable `"bevy/bevy_render"`, add nothing but required by the `"bevy_sprite"` feature.
- `"bevy_sprite"`, enabled by default.<br/>
enable `"bevy/bevy_sprite"`, add some built-in interpolator related to sprite.
- `"bevy_eventlistener"`.<br/>
enable `"bevy_time_runner/bevy_eventlistener"`, entity-targeted events with bevy_eventlistener
- `"bevy_lookup_curve"`.<br/>
Add interpolation implementation using [`bevy_lookup_curve`](https://github.com/villor/bevy_lookup_curve)

Expand Down

0 comments on commit eea03d6

Please sign in to comment.