-
-
Notifications
You must be signed in to change notification settings - Fork 27
bevy_easings fails to compile with rust 1.55 #12
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
Comments
It is related to rust-lang/rust#86269:
I'm not sure how to fix this other than renaming @Carlton-Perkins you seemed to have an idea in #11 (comment) but I'm not sure I understand what you mean? |
Was completely overthinking the problem when I wrote that. This can just be fixed until the feature is stabilized via trait method disambiguation. And whenever the feature is stabilized, its a simple fix to just swap around the references to values like the original error suggests. Fix is on PR #13. |
Will there be a minor release soon that includes the fix? |
#13 is merged. We need a new release. |
In the meantime, you can use https://github.com/rparrett/bevy_extra/commits/fix-0.5 which is based on the last commit that's compatible with bevy 0.5 and cherry-picks 04f9be0 if you want. |
Sorry I missed that, just pushed https://crates.io/crates/bevy_easings/0.4.1 that works with Bevy 0.5 and Rust 1.55 |
Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
This is possibly related to #11, although that predates rust 1.55 and doesn't seem like an actual solution. But perhaps that user was using rust beta?
I am able to reproduce this consistently by
This seems a little wacky to me, because I can't find any information about 1.55 related to
float_interpolation
.The text was updated successfully, but these errors were encountered: