bevy/pipelined/bevy_sprite2
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
..
src Add sprite atlases into the new renderer. (#2560) 2021-08-04 01:16:25 +00:00
Cargo.toml Add missing bytemuck feature (#2625) 2021-08-10 01:37:41 +00:00