-
-
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
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled
Description
I noticed that in the prelude module of bevy_platform, there are items exclusively there. That is uncommon as using prelude is generally optional to get a quick import done.
https://dev-docs.bevy.org/bevy_platform/prelude/index.html
The docs of prelude here seem to try to fulfill another purpose, migrating from std to no_std, I guess? We might then maybe want to rename the module to something else.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled