-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bevy v0.16.0 #57
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.