bevy/crates/bevy_core_pipeline/src
eri 5f8f3b532c
Check cfg during CI and fix feature typos (#12103)
# Objective

- Add the new `-Zcheck-cfg` checks to catch more warnings
- Fixes #12091

## Solution

- Create a new `cfg-check` to the CI that runs `cargo check -Zcheck-cfg
--workspace` using cargo nightly (and fails if there are warnings)
- Fix all warnings generated by the new check

---

## Changelog

- Remove all redundant imports
- Fix cfg wasm32 targets
- Add 3 dead code exceptions (should StandardColor be unused?)
- Convert ios_simulator to a feature (I'm not sure if this is the right
way to do it, but the check complained before)

## Migration Guide

No breaking changes

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-02-25 15:19:27 +00:00
..
blit resolve all internal ambiguities (#10411) 2024-01-09 19:08:15 +00:00
bloom Rename bevy_render::Color to LegacyColor (#12069) 2024-02-24 21:35:32 +00:00
contrast_adaptive_sharpening Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
core_2d fix some typos (#12038) 2024-02-22 18:55:22 +00:00
core_3d Rename bevy_render::Color to LegacyColor (#12069) 2024-02-24 21:35:32 +00:00
deferred Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
prepass Multithreaded render command encoding (#9172) 2024-02-09 07:35:35 +00:00
skybox Pad SkyUniforms to 16 bytes for WASM (#12078) 2024-02-24 07:46:00 +00:00
taa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
tonemapping mipmap levels can be 0 and they should be interpreted as 1 (#11767) 2024-02-11 22:00:07 +00:00
upscaling Async pipeline compilation (#10812) 2024-02-05 13:50:50 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
msaa_writeback.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00