bevy/crates/bevy_anti_aliasing
andriyDev 33b3c08515
Remove Shader weak_handles from bevy_anti_aliasing. (#19391)
# Objective

- Related to #19024

## Solution

- Use the new `load_shader_library` macro for the shader libraries and
`embedded_asset`/`load_embedded_asset` for the "shader binaries" in
`bevy_anti_aliasing`.

## Testing

- `anti_aliasing` example still works.

P.S. I don't think this needs a migration guide. Technically users could
be using the `pub` weak handles, but there's no actual good use for
them, so omitting it seems fine. Alternatively, we could mix this in
with the migration guide notes for #19137.
2025-05-27 03:14:55 +00:00
..
src Remove Shader weak_handles from bevy_anti_aliasing. (#19391) 2025-05-27 03:14:55 +00:00
Cargo.toml Remove Image::from_buffer name argument (only present in debug "dds" builds) (#18538) 2025-03-25 19:25:01 +00:00
LICENSE-APACHE Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
LICENSE-MIT Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
README.md Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00

Bevy Anti Aliasing

License Crates.io Downloads Docs Discord