-
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.15 #77
Conversation
@rparrett can we get this to be bumped to rc3? I'd love to give this a whirl. I'll fork it to my own account in the meantime. |
As far as I understand, |
Version 0.10 has been published, supporting Bevy 0.15. |
This will have some minor breaking changes to align with Bevy's migration away from
Bundle
s to "required components." See the diffs for the examples.There might be some minor shuffling related to that before merging this --
TextInputSettings
may get merged withTextInput
. Open to feedback there.I want to avoid any other big changes and save them for a follow-up release.
I won't be doing a "release candidate" for this crate. You can use this branch as a git dependency.