Unable to build #514
-
Hello, I am fairly new to rust, bevy and even more so to this plugin, so please do excuse any possible oversight of mine. When I attempt to build with bevy_ecs_tilemap on version 0.12.0 and bevy on version 1.12.1, I get a few errors all of which state that "Crate-private type I do notice that bevy_ecs_tilemap 0.11.1 builds with no issue, however to my knowledge that is for the previous version of bevy. For additional info: I'm using rust nightly on windows 11. The error I get is as follows: Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like #512 may have introduced this issue. As far as I can tell though, it only happens with rust versions older than 1.74. Could try upgrading to latest stable (1.76) or nightly? Regardless, it seems like something that could probably be fixed on our end. |
Beta Was this translation helpful? Give feedback.
It looks like #512 may have introduced this issue.
As far as I can tell though, it only happens with rust versions older than 1.74. Could try upgrading to latest stable (1.76) or nightly?
Regardless, it seems like something that could probably be fixed on our end.