2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-03-07 08:47:24 +00:00
bevy/crates/bevy_core_pipeline
François Mockers 19d078c609
don't crash without features bevy_pbr, ktx2, zstd ()
# Objective

- Fixes  

## 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
..
src don't crash without features bevy_pbr, ktx2, zstd () 2024-06-26 03:08:23 +00:00
Cargo.toml don't crash without features bevy_pbr, ktx2, zstd () 2024-06-26 03:08:23 +00:00
README.md Add README.md to all crates () 2024-05-02 18:56:00 +00:00

Bevy Core Pipeline

License Crates.io Downloads Docs Discord