bevy/crates/bevy_render/src/render_resource
Benjamin Brienen 40640fdf42
Don't reëxport bevy_image from bevy_render (#16163)
# Objective

Fixes #15940

## Solution

Remove the `pub use` and fix the compile errors.
Make `bevy_image` available as `bevy::image`.

## Testing

Feature Frenzy would be good here! Maybe I'll learn how to use it if I
have some time this weekend, or maybe a reviewer can use it.

## Migration Guide

Use `bevy_image` instead of `bevy_render::texture` items.

---------

Co-authored-by: chompaa <antony.m.3012@gmail.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2024-11-10 06:54:38 +00:00
..
batched_uniform_buffer.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
bind_group_entries.rs More #[doc(fake_variadic)] goodness (#16108) 2024-10-27 19:01:50 +00:00
bind_group_layout_entries.rs More #[doc(fake_variadic)] goodness (#16108) 2024-10-27 19:01:50 +00:00
bind_group_layout.rs Remove render_resource_wrapper (#15441) 2024-09-30 17:37:07 +00:00
bind_group.rs Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
buffer_vec.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
buffer.rs Remove render_resource_wrapper (#15441) 2024-09-30 17:37:07 +00:00
gpu_array_buffer.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Fix oit webgl (#15728) 2024-10-08 14:50:35 +00:00
pipeline_cache.rs Expose Pipeline Compilation Zero Initialize Workgroup Memory Option (#16301) 2024-11-08 21:42:37 +00:00
pipeline_specializer.rs Remove thiserror from bevy_render (#15765) 2024-10-09 14:26:28 +00:00
pipeline.rs Expose Pipeline Compilation Zero Initialize Workgroup Memory Option (#16301) 2024-11-08 21:42:37 +00:00
resource_macros.rs Remove render_resource_wrapper (#15441) 2024-09-30 17:37:07 +00:00
shader.rs Remove thiserror from bevy_render (#15765) 2024-10-09 14:26:28 +00:00
storage_buffer.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
texture.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
uniform_buffer.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00