-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upgrade to bevy 0.12 #40
Conversation
Hi there 👋 thanks for the pull request! Regarding the patched version due to API ergonomics, the patching was made to use the transform of bevy instead of dolly's implementation, which removes the users' need for calling Hope that makes sense :) |
Do you run into this error when running edit: I actually get this error on both the
|
I think my issue is caused by a change introduced in
instead of InputMap::iter() returning |
Sorry, my github on my phone glitched and closed the issue, would you be ok with changing the target branch to bevy_0.12 instead? |
Now that is interesting,
After that, |
I don't really mind, whatever helps it to get published on |
I've updated the |
Hey, thanks for this awesome crate!
I wanted to use it in a
bevy 0.12
project so quickly upgraded it.Also, I don't know why it was using a patched version of dolly? I just upgraded it to use the
crates.io
released version.