Skip to content
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

Open
icorbrey opened this issue May 14, 2024 · 0 comments
Open

Usage help for Bevy 0.13 users #321

icorbrey opened this issue May 14, 2024 · 0 comments

Comments

@icorbrey
Copy link

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 your Cargo.toml:

[dependencies]
# Use unstable version for Bevy 0.13 support
bevy_ecs_ldtk = { git = "https://github.com/Trouv/bevy_ecs_ldtk.git" } 

[patch.crates-io]
# Patch unstable version to resolve conflicting dependencies from bevy_ecs_ldtk
bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap" }

@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.

@Trouv Trouv pinned this issue May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant