-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update to Bevy 0.13 #70
Conversation
Seems to work on Linux. I'll continue investigating another day but if someone else on Windows can check that would be great! |
Not sure what changed exactly but it seems like it's not necessary anymore to rename the library files on Windows. I've updated the readme to reflect that. |
Can confirm this is happening for me aswell. Maybe something changed in the Rust linker? |
The key inputs in the audio control and parameter adjustment functions have been updated. They've been changed to use ButtonInput instead of Input, and the specific KeyCode names have been adjusted to the recently updated KeyCode identifications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some input related stuff was missing in the example code.
Can you verify that the parameters
example works for you? Something is wrong with my local setup I guess.
Oops, thanks for fixing.
The parameters example was missed when the paths were improved earlier, fixed.
Thanks for confirming. I tried to find something to confirm this but I guess I don't know the right search terms. Anyways I think it's safe to assume that this is now the way to go. |
The relevant Bevy PR #'s are as following, although they only affect the examples.
Buttons: 10702, 10859, and potentially 11692.
Shapes: 11688.
Lights: 11347, and potentially 11581.
Seems like a trivial migration but sadly ran into the following error (using Windows) after making the changes:
Afaik I haven't touched my setup since the 0.12 update. Only made the changes listed in this PR and I did
cargo update
andrustup update
. Figured I'd still post here in case anyone else is interested.Todo: