Skip to content

Conversation

FastestMolasses
Copy link
Contributor

Closes #41

Previous:

animation

Now:

fix anim

@FastestMolasses
Copy link
Contributor Author

I tested this with Bevy 0.16 branch and it works too (including the updates from the other PR).


[dependencies]
bevy = { version = "0.16.0", default-features = false, features = [
bevy = { version = "0.16", default-features = false, features = [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patch version shouldn't be specified, it will play nicer with other dependencies that have Bevy 0.16 as the dependency graph will be simpler and compile times will be quicker.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, just passing by, i thought it doesn't matter ? patch version are bumped automatically so it will always resolve to the same bevy version anyway between all the crates and dependency, otherwise there would be two different bevy version at the same time, which will cause a lot of problems anyway types will not be compatible ?

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.

Changes animations quickly will stall the animation

2 participants