bevy/crates/bevy_render/src
François c6fec1f0c2 Fix clippy lints for 1.57 (#3238)
# Objective

- New clippy lints with rust 1.57 are failing

## Solution

- Fixed clippy lints following suggestions
- I ignored clippy in old renderer because there was many and it will be removed soon
2021-12-02 23:40:37 +00:00
..
camera Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
mesh Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
pass update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
pipeline Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
render_graph Merge New Renderer 2021-11-22 23:57:42 -08:00
renderer Upgrade to wgpu 0.11 (#2933) 2021-10-08 19:55:24 +00:00
shader Fix CI for android (#2971) 2021-10-15 23:08:15 +00:00
texture Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
wireframe Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
color.rs fix: as_rgba_linear used wrong variant (#3192) 2021-11-26 12:57:05 +00:00
colorspace.rs color spaces and representation (#1572) 2021-03-17 23:59:51 +00:00
draw.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00