bevy/docs
François Mockers 19d078c609
don't crash without features bevy_pbr, ktx2, zstd (#14020)
# Objective

- Fixes #13728 

## Solution

- add a new feature `smaa_luts`. if enables, it also enables `ktx2` and
`zstd`. if not, it doesn't load the files but use placeholders instead
- adds all the resources needed in the same places that system that uses
them are added.
2024-06-26 03:08:23 +00:00
..
cargo_features.md don't crash without features bevy_pbr, ktx2, zstd (#14020) 2024-06-26 03:08:23 +00:00
debugging.md Useful changes with relicensing benefits (#2497) 2021-07-17 21:59:31 +00:00
linters.md Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
linux_dependencies.md add libxkbcommon-x11-0 to the default linux dependencies (#11060) 2023-12-21 23:14:05 +00:00
profiling.md Document trace_tracy_memory in profiling.md (#13755) 2024-06-25 12:57:19 +00:00
release_checklist.md Mention updating Bevy book code validation for release candidates (#13849) 2024-06-14 18:56:45 +00:00
the_bevy_organization.md Update and clarify a Maintainer merge rule (#13085) 2024-04-24 15:19:38 +00:00