-
Notifications
You must be signed in to change notification settings - Fork 199
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
Update to Bevy 0.14 #516
Comments
Thanks @rparrett, I've used that branch to update |
I added the above line to mein Cargo.toml. But still get these:
I was directed here from #488 |
It is likely that you have multiple versions of Bevy in your dependency tree still. (From your error message, You can use |
Looks like there's already an approved PR for #521. |
@StarArawn Thank you for your excellent work on this crate. Support for Bevy 0.13 appears to be ready but there has been no activity for a while. I would really appreciate it if you published the latest changes so we don't need a git dependency and bevy_ecs_ldtk can also release. Please let me know if I can help. |
0.14 is published now. Thanks everyone! |
Opening this issue so we have a central place to talk about a release that supports Bevy 0.14.
bevy_ecs_tilemap
has not yet done a crates.io release that is compatible with Bevy 0.14. The latest release was compatible with Bevy 0.12.Bevy 0.14 support has been merged into the main branch now though, and you can use
bevy_ecs_tilemap
in your own projects without a crates.io release by doing the following in yourCargo.toml
:The text was updated successfully, but these errors were encountered: