bevy_prototype_lyon
bevy_prototype_lyon copied to clipboard
Release a version compatible with Bevy 0.16 on crates.io
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.