Remove bevy_image
re-exports from bevy_render
#15940
Labels
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
Milestone
What problem does this solve or what need does it fill?
Currently,
bevy_render
re-exports everything frombevy_image
. This means users may be accidentally usingbevy_render
in cases where they only needbevy_image
.What solution would you like?
Remove the
bevy_image
re-exports frombevy_render
!What alternative(s) have you considered?
Do nothing. Currently users still have to add the
ImagePlugin
throughbevy_render
, so usingImage
through it is also fine.Additional context
This should be deferred to 0.16, to ease the migration due to #15650.
The text was updated successfully, but these errors were encountered: