Update to Bevy 0.18.0#75
Conversation
|
actually - this won't work until bevy_lookup_curve migrates to bevy 0.18 bevy_lookup_curve v0.10.0 depends on Bevy 0.17, and its upstream dependency on bevy-inspector-egui doesn't fully support Bevy 0.18 yet (compile error with generate_tangents on Mesh). i can leave this PR here or I can delete it if you prefer |
|
Looks good to me, waiting for the crate owner and the time runner merges. |
pretty sure it's the bevy_lookup_curve dependency - fails when running checks that use all-features - which i didn't do or notice when i first made the PR. bevy_lookup_curve doesn't yet have a 0.18 version and when i took a look at it, I believe that it, in turn has a dependency on a crate that either isn't up to 0.18 also, or has a bug preventing upgrade. |
|
updating this branch to use Multirious/bevy_time_runner#16 my tweens don't seem to run anymore. the API isn't supposed to change, right? |
|
@habnabit I've create addtional PR off this branch. Could you check if natepiano#1 works? |
|
Superseded by #80 |
Summary
QueryEntityError::EntityDoesNotExistrenamed toNotSpawnedin Bevy 0.18Dependencies
This PR depends on bevy_time_runner being updated to Bevy 0.18.0 first.
See: Multirious/bevy_time_runner#16
Currently using a git dependency pointing to my fork. Before publishing, please update to the new crates.io version:
Code Changes
src/tween/systems.rs: UpdatedQueryEntityErrormatch arm for API change