-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
bevy_platform::prelude items are not available in other modules #23640
Copy link
Copy link
Open
Labels
A-UtilsUtility functions and typesUtility functions and typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Metadata
Metadata
Assignees
Labels
A-UtilsUtility functions and typesUtility functions and typesC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
I noticed that in the
preludemodule ofbevy_platform, there are items exclusively there. That is uncommon as usingpreludeis generally optional to get a quick import done.https://dev-docs.bevy.org/bevy_platform/prelude/index.html
The docs of
preludehere seem to try to fulfill another purpose, migrating fromstdtono_std, I guess? We might then maybe want to rename the module to something else.