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
|