Closed fkallevik closed 8 months ago
huh strange, I wonder why CI didn't catch this..
I have been trying to reproduce this error with stable and nightly rust, native or web targets without any luck. My own project using bevy_ecs_tilemap
0.12.0 seems to work fine.
There does seem to be a lot of unnecessary pub
laying around, but I'm not seeing how this particular type is exported anywhere.
How can I reproduce this?
I can reproduce, but only with Rust 1.72. If you are able to, you can update to the latest stable rust as a workaround.
We should still fix this.
Good catch @rparrett ! I can confirm the error disappears after updating to Rust 1.76.
I think this issue should be closed; it seems the issue has been resolved.
@CalinZBaenen The error only occurs for rust version <= 1.72, so that's probably why CI didn't catch it.
Getting an error when trying to run my Bevy game after updating to bevy_ecs_tilemap 0.12.0.
The following patch fixes the error: