mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
a1974a4738
# 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`. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |