bevy/crates/bevy_ui/src/render
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
..
mod.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
pipeline.rs Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
render_pass.rs Stop extracting mesh entities to the render world. (#11803) 2024-02-10 10:46:10 +00:00
ui_material_pipeline.rs Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
ui_material.wgsl Include UI node size in the vertex inputs for UiMaterial. (#11722) 2024-02-06 16:15:09 +00:00
ui_vertex_output.wgsl Include UI node size in the vertex inputs for UiMaterial. (#11722) 2024-02-06 16:15:09 +00:00
ui.wgsl update shader imports (#10180) 2023-10-21 11:51:58 +00:00