bevy/pipelined
Zicklag b5b9a95981 Add missing bytemuck feature (#2625)
# Objective

- Allow you to compile Bevy with the `bevy_sprite2` feature, but without the `bevy_pbr2` feature.
  - This currently fails because the `bevy_sprite2` crate does not require the `derive` feature of the `bytemuck` crate in its `Cargo.toml`, even though it is required to compile.

## Solution

- Add the `derive` feature of `bytemuck` to the `bevy_sprite2` crate
2021-08-10 01:37:41 +00:00
..
bevy_core_pipeline move bevy_core_pipeline to its own plugin (#2552) 2021-07-28 21:29:32 +00:00
bevy_gltf2 Port bevy_gltf to pipelined-rendering (#2537) 2021-07-30 03:37:34 +00:00
bevy_pbr2 fix nightly clippy lints (#2568) 2021-07-30 03:17:27 +00:00
bevy_render2 Added StorageTextureAccess to the exposed wgpu API (#2614) 2021-08-08 19:10:39 +00:00
bevy_sprite2 Add missing bytemuck feature (#2625) 2021-08-10 01:37:41 +00:00