Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bevy-0.15 * Update build.rs cfg(CHANNEL_NIGHTLY) * Update Cargo.toml dependencies Update bevy_lookup_curve to 0.6.0 Update bevy to 0.15.0 Add a few more features to bevy in dev-dependnecies Remove bevy_eventlistener * bye bye my beautiful graph * Change EaseFunction to EaseKind and make identical to bevy::math::curve::EaseFunction * Remove `bevy_eventlistener` support in `tween_event` * Fix QueryEntityError reference issue * Fix Handle<LookupCurve> not being a component * Update rustfmt.toml * Format * Temporary comment stuff in utils so it compiles * Fix banner_bounce example * Fix banner_triangle example * Update Cargo.toml * Remove unused lifetimes * Update examples * test script * Fix banner_bounce animation * Remove bevy_eventlistener feature requirement from entity_event example * Update entity_event example to use observer instead of bevy_eventlistener * update README.md * Fix bevy_lookup_curve feature to include bevy_asset * Update ci * Fix ci * Update CHANGELOG.md * Update bevy_time_runner to the crates.io version and cargo update * Bump version to 0.7.0, cargo update and update README.md
- Loading branch information