bevy/crates/bevy_render
Rob Parrett a1974a4738
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-07 00:28:45 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src Fix ImageLoader not being initialized with webp or pnm features (#12355) 2024-03-07 00:28:45 +00:00
Cargo.toml Add bevy_dev_tools crate (#11341) 2024-03-06 20:33:05 +00:00