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

Bevy 0.11.0-dev compatibility #78

Closed
wants to merge 2 commits into from

Conversation

coreh
Copy link

@coreh coreh commented May 4, 2023

Hey 👋

I needed picking for a project targeting the latest current main bevy branch, (v0.11.0-dev) so I've updated this crate (and also bevy_mod_picking) to work under it. Here are the breaking changes I had to account for:

  • Removal of base sets
  • Changes to .add_systems()
  • Y coordinate of cursor position is no longer flipped

It's likely there will be more breaking changes before the 0.11.0 release; I'll try to keep this PR up-to-date.

Related PRs

Picking PR: aevyrie/bevy_mod_picking#200

@Vrixyz
Copy link

Vrixyz commented Jun 26, 2023

I did a few fixes over there: coreh#1 ; against current bevy main (https://github.com/bevyengine/bevy.git?branch=main#bec299fa)

@Threadzless
Copy link

looks like you need to update bevy's version in Cargo.toml

@aevyrie
Copy link
Owner

aevyrie commented Jul 17, 2023

Closing in favor of #84. Thank you for your work!

@aevyrie aevyrie closed this Jul 17, 2023
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.

4 participants