-
Notifications
You must be signed in to change notification settings - Fork 81
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
Usage help for Bevy 0.13 users #321
Comments
This does work, but I'd argue that it shouldn't be necessary. Versions of Otherwise this repo is essentially in an invalid state. |
Yeah I agree somewhat. Next time we end up in this in-between state I do plan to add it as a git dependency rather than a patch, and will probably do a pre-release on crates.io as well. I intend to do it for the current version too but haven't gotten around to it. |
I believe that crates.io doesn't allow crates with unpublished dependencies. cargo#6738 |
You will likely be running into a host of problems attempting to use this plugin with Bevy 0.13 as
bevy_ecs_tilemap
has not yet released changes to support 0.13 (see StarArawn/bevy_ecs_tilemap#516). To resolve this, add the following to yourCargo.toml
:@Trouv feel free to close this if you deem so, but I thought it would be helpful for new users trying to figure this out.
The text was updated successfully, but these errors were encountered: