#Issues with the crate bevy_ecs_ldtk

7 messages · Page 1 of 1 (latest)

plucky hinge
#

I have no idea if I installed this incorrectly or it is incompatible with this version of rust however I cannot seem to get this crate to work.

error[E0277]: the trait bound `bevy_ecs_ldtk::LdtkPlugin: bevy_app::plugin::sealed::Plugins<_>` is not satisfied
   --> client\src\tilemap.rs:8:22
    |
8   |         .add_plugins(LdtkPlugin)
    |          ----------- ^^^^^^^^^^ the trait `bevy_app::plugin::sealed::Plugins<_>` is not implemented for `bevy_ecs_ldtk::LdtkPlugin`, which is required by `bevy_ecs_ldtk::LdtkPlugin: Plugins<_>`
    |          |
    |          required by a bound introduced by this call
    |
#

Issues with the crate bevy_ecs_ldtk

round tide
#

Yeah, that looks like an incompatibility.

It is based on bevy_ecs_tilemap IIRC, and that is not updated yet either.

#

So you'd have to go with earlier bevy, or look if the git master supports the new bevy

plucky hinge
#

Oh my I can't believe I am not catching these thank you so much

round tide
#

rustc should have given you a hint in the output, but its somewhat easy to miss

plucky hinge
#

I looked at the tree command later and saw it was using an outdated version I went to the github and found a version that works so thank you so much