Skip to content

Commit d322170

Browse files
RabbivalnatepianoMultirious
authored
Update Crate To Bevy 0.18 (#80)
* Update to Bevy 0.18.0 * Update Cargo.lock * Update CHANGELOG.md * Update bevy_lookup_curve to 0.11.0 * Update bevy_time_runner to use multirious/bevy_time_runner at main * Update Cargo.lock * [!Breaking] Add enable_debug option to TweenCorePlugin Add `enable_debug` field to `TweenCorePlugin` which currently only just passes it value to `TimeRunnerPlugin::enable_debug`. Default to `true` * Update CHANGELOG.md --------- Co-authored-by: natepiano <slicks.curable.0k@icloud.com> Co-authored-by: Multirious <multirious@outlook.com>
1 parent dfdc1b1 commit d322170

5 files changed

Lines changed: 336 additions & 613 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased - XXXX-XX-XX
4+
- Breaking:
5+
- Add `enable_debug` option to `TweenCorePlugin` by [#75](https://github.com/Multirious/bevy_tween/pull/75)
6+
- Migrate to Bevy 0.18 by [#75](https://github.com/Multirious/bevy_tween/pull/75)
47
- Update flake by [#77](https://github.com/Multirious/bevy_tween/pull/77)
58
- Use latest instead of a version for stableRust in flake.nix
69
- `nix flake update`

0 commit comments

Comments
 (0)