Re-export IntoDynamicImageError as public (#13223)
# Objective in response to [13222](https://github.com/bevyengine/bevy/issues/13222) ## Solution The Image trait was already re-exported in bevy_render/src/lib.rs, So I added it inline there. ## Testing Confirmed that it does compile. Simple change, shouldn't cause any bugs/regressions.
This commit is contained in:
parent
6027890a11
commit
ec418aa429
@ -46,7 +46,7 @@ pub mod prelude {
|
|||||||
mesh::{morph::MorphWeights, primitives::Meshable, Mesh},
|
mesh::{morph::MorphWeights, primitives::Meshable, Mesh},
|
||||||
render_resource::Shader,
|
render_resource::Shader,
|
||||||
spatial_bundle::SpatialBundle,
|
spatial_bundle::SpatialBundle,
|
||||||
texture::{Image, ImagePlugin},
|
texture::{image_texture_conversion::IntoDynamicImageError, Image, ImagePlugin},
|
||||||
view::{InheritedVisibility, Msaa, ViewVisibility, Visibility, VisibilityBundle},
|
view::{InheritedVisibility, Msaa, ViewVisibility, Visibility, VisibilityBundle},
|
||||||
ExtractSchedule,
|
ExtractSchedule,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user