bevy/crates/bevy_render/src/renderer
Nathan Stocks 13b602ee3f Xtask CI (#1387)
This PR is easiest to review commit by commit.

Followup on https://github.com/bevyengine/bevy/pull/1309#issuecomment-767310084

- [x] Switch from a bash script to an xtask rust workspace member.
  - Results in ~30s longer CI due to compilation of the xtask itself
  - Enables Bevy contributors on any platform to run `cargo ci` to run linting -- if the default available Rust is the same version as on CI, then the command should give an identical result.
- [x] Use the xtask from official CI so there's only one place to update.
- [x] Bonus: Run clippy on the _entire_ workspace (existing CI setup was missing the `--workspace` flag
  - [x] Clean up newly-exposed clippy errors 

~#1388 builds on this to clean up newly discovered clippy errors -- I thought it might be nicer as a separate PR.~  Nope, merged it into this one so CI would pass.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-02-22 08:42:19 +00:00
..
render_resource Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
headless_render_resource_context.rs Add support for reading from mapped buffers (#1274) 2021-01-21 17:53:43 -08:00
mod.rs render: simplify imports and cleanup prelude 2020-07-16 18:26:21 -07:00
render_context.rs Adding copy_texture_to_buffer and copy_texture_to_texture (#1236) 2021-01-14 11:01:07 -08:00
render_resource_context.rs Add support for reading from mapped buffers (#1274) 2021-01-21 17:53:43 -08:00