bevy/crates/bevy_render/src
Yoh Deadfall ffde86efa0 Update to edition 2021 on master (#3028)
Objective
During work on #3009 I've found that not all jobs use actions-rs, and therefore, an previous version of Rust is used for them. So while compilation and other stuff can pass, checking markup and Android build may fail with compilation errors.

Solution
This PR adds `action-rs` for any job running cargo, and updates the edition to 2021.
2021-10-27 00:12:14 +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 Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
renderer Enable downcasting of RenderContext (#2240) 2021-05-24 19:38:33 +00:00
shader Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +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 Derive thiserror::Error for HexColorError (#2740) 2021-08-30 21:56:13 +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 Down with the system! (#2496) 2021-07-27 23:42:36 +00:00