Moves intern and label modules into bevy_ecs#12772
Moves intern and label modules into bevy_ecs#12772james7132 merged 6 commits intobevyengine:mainfrom
Conversation
james7132
left a comment
There was a problem hiding this comment.
Mind fixing CI? The lints seem like they should be fixable by using cast::<()> instead of as.
3aea575 to
c67e12a
Compare
Done, rebased and updated the migration guide. Feel free to take a second look at it now @james7132. Thanks! |
5635dfb to
5a2ebf3
Compare
|
@james7132 I did a change that fixed the issue with |
| }, | ||
| }; | ||
|
|
||
| define_label!( |
There was a problem hiding this comment.
I think you just need to make this [`Schedule`](crate::schedule::Schedule).
There was a problem hiding this comment.
This should be fixed in the latest change @james7132
5a2ebf3 to
6b030bc
Compare
|
@james7132 something failed during the merge queuing process (and I see no logs on the step that failed... Maybe it was just a blip in the matrix during artifact upload?). I've updated the branch, if you could queue this one again I'll appreciate it. |
Objective
Solution
internmodule frombevy_utilsintobevy_ecscrate and updated all relevant imports.labelmodule frombevy_utilsintobevy_ecscrate and updated all relevant imports.Migration Guide
bevy_utils::define_labelimports withbevy_ecs::define_labelimports.bevy_utils::label::DynEqimports withbevy_ecs::label::DynEqimports.bevy_utils::label::DynHashimports withbevy_ecs::label::DynHashimports.bevy_utils::intern::Internedimports withbevy_ecs::intern::Internedimports.bevy_utils::intern::Internableimports withbevy_ecs::intern::Internableimports.bevy_utils::intern::Internerimports withbevy_ecs::intern::Internerimports.