mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
b5b9a95981
# 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 |
||
---|---|---|
.. | ||
bevy_core_pipeline | ||
bevy_gltf2 | ||
bevy_pbr2 | ||
bevy_render2 | ||
bevy_sprite2 |