bevy/crates/bevy_render
Rob Parrett 0767e62112 Fix ImageLoader not being initialized with webp or pnm features (#12355)
# Objective

Fixes #12353

When only `webp` was selected, `ImageLoader` would not be initialized.

That is, users using `default-features = false` would need to add `png`
or `bmp` or something in addition to `webp` in order to use `webp`.

This was also the case for `pnm`. 

## Solution

Add `webp` and `pnm` to the list of features that trigger the
initialization of `ImageLoader`.
2024-03-08 07:46:37 +01:00
..
macros Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00
src Fix ImageLoader not being initialized with webp or pnm features (#12355) 2024-03-08 07:46:37 +01:00
Cargo.toml Update wgpu to v0.19.3 and unpin web-sys. (#12247) 2024-03-02 07:44:53 +01:00