Skip to content
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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Upgrade to Bevy 0.15 #77

wants to merge 11 commits into from

Conversation

rparrett
Copy link
Owner

@rparrett rparrett commented Oct 22, 2024

This will have some minor breaking changes to align with Bevy's migration away from Bundles 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 with TextInput. 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.

[dependencies]
bevy_simple_text_input = { git = "https://github.com/rparrett/bevy_simple_text_input", branch = "bevy-0.15" }

@JeanMertz
Copy link

@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.

@rparrett
Copy link
Owner Author

As far as I understand, 0.15.0-rc.1 should be semver compatible with 0.15.0-rc.3. There shouldn't be any issue using this in its current state in a project unless there were breaking changes in Bevy in rc.2 or rc.3 that broke this plugin.

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.

2 participants