bevy/crates/bevy_image/src
Clar Fon 683d6c90a9
Remove AVIF feature (#15973)
Resolves #15968. Since this feature never worked, and enabling it in the
`image` crate requires system dependencies, we've decided that it's best
to just remove it and let other plugin crates offer support for it as
needed.

## Migration Guide

AVIF images are no longer supported. They never really worked, and
require system dependencies (libdav1d) to work correctly, so, it's
better to simply offer this support via an unofficial plugin instead as
needed. The corresponding types have been removed from Bevy to account
for this.
2024-10-17 19:47:28 +00:00
..
basis.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
compressed_image_saver.rs Move ImageLoader and CompressedImageSaver to bevy_image. (#15812) 2024-10-15 02:18:10 +00:00
dds.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
exr_texture_loader.rs Remove thiserror from bevy_image (#15771) 2024-10-09 14:23:53 +00:00
hdr_texture_loader.rs Remove thiserror from bevy_image (#15771) 2024-10-09 14:23:53 +00:00
image_loader.rs Remove AVIF feature (#15973) 2024-10-17 19:47:28 +00:00
image_texture_conversion.rs Remove thiserror from bevy_image (#15771) 2024-10-09 14:23:53 +00:00
image.rs Remove AVIF feature (#15973) 2024-10-17 19:47:28 +00:00
ktx2.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
lib.rs Move ImageLoader and CompressedImageSaver to bevy_image. (#15812) 2024-10-15 02:18:10 +00:00