bevy_prototype_lyon icon indicating copy to clipboard operation
bevy_prototype_lyon copied to clipboard

Release a version compatible with Bevy 0.16 on crates.io

Open rparrett opened this issue 5 months ago • 5 comments

Opening this so users have an obvious place to look for this info.

bevy_prototype_lyon has been updated for Bevy 0.16, but this work hasn't yet been merged and there hasn't been a release on crates.io.

In the meantime, you can add the crate as a git dependency using my branch (#278) which fixes an important bug in the initial update PR (#277).

Add the following to the dependencies section of your Cargo.toml.

[dependencies]
bevy_prototype_lyon = { git = "https://github.com/rparrett/bevy_prototype_lyon", branch = "fix-dynamic-examples" }

Also, please let me know if you'd like some help with this or future releases. I wouldn't have time to do much development on the crate but could handle Bevy upgrades and occasional releases.

rparrett avatar May 31 '25 16:05 rparrett