Skip to content

Bevy v0.16.0 #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 7, 2025
Merged

Bevy v0.16.0 #57

merged 11 commits into from
May 7, 2025

Conversation

Rabbival
Copy link
Contributor

No description provided.

@Multirious Multirious merged commit d1570e6 into Multirious:bevy-v0.16.0 May 7, 2025
Multirious added a commit that referenced this pull request May 7, 2025
* Add flake

* Change bevy to version 0.16.0-rc.1

* Change edition to 2024

* Add feature std to bevy in Cargo.toml

* Split dependencies table in Cargo.toml

* Add feature bevy_log to bevy in Cargo.toml

* Update Cargo.lock

* Migrate src/combinator.rs

Change ChildBuilder to ChildSpawnerCommands
rustfmt changes the whole file for some reason

* Migrate src/lib.rs

Change IntoSystemConfigs to IntoScheduleConfigs

* Add easefunction svgs from bevy

* Migrate src/interpolation.rs

Update EaseKind variants
- SmoothStepIn
- SmoothStepOut
- SmoothStep
- SmootherStepIn
- SmootherStepOut
- SmootherStep
- Add JumpAt to Steps

update easing_functions

* Migrate src/tween/systems.rs

Replace SystemConfigs with ScheduleConfigs
Add Mutability constraints
Update QueryEntityErrorWithoutWorld
Replace Parent with ChildOf
Replace HashMap::new() with HashMap::default()
Replace HashSet::new() with HashSet::default()
Replace parent.get() with parent.parent

* Migrate src/tween_event.rs

* Migrate examples/demo/hold.rs

* Migrate examples/animation/banner_triangle.rs

* Migrate examples/demo/utils/mod.rs

* Migrate examples/interpolator.rs

* Migrate examples/demo/event.rs

* Migrate examples/demo/click.rs

* Change bevy to 0.16.0-rc.2

* Update Cargo.lock

* Migrate examples/demo/hold.rs

* Change bevy to 0.16.0-rc.4

* Remove bevy_log from bevy features

* Update Cargo.lock

* Migrate to bevy 0.16.0-rc.4

Update `.parent` to `.parent()`

* Migrate to bevy-v0.16.0-rc.5

* Add bevy_math with curve features

* Add serialize feature to bevy_math

* Migrate to Bevy v0.16.0 (#57)

* Fix follow example

* Update entity_structure example

* Update bevy_lookup_curve interpolation

* Update bevy_lookup_curve example

* Update CHANGELOG.md

* Remove unreleased version from README.md

* Add bevy_math with curve feature

* Add bevy_math/serialize to serde feature flag

* Update Cargo.lock

* Update docs

* Revert version

* Update Cargo.lock

* Update docs

---------

Co-authored-by: Rabbival <87331993+Rabbival@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants