aevyrie / bevy_mod_raycast

A little mesh raycasting plugin for Bevy
https://crates.io/crates/bevy_mod_raycast
MIT License
304 stars 92 forks source link

Bevy 0.11.0-dev compatibility #78

Closed coreh closed 1 year ago

coreh commented 1 year ago

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:

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: https://github.com/aevyrie/bevy_mod_picking/pull/200

Vrixyz commented 1 year ago

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

Threadzless commented 1 year ago

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

aevyrie commented 1 year ago

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