bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.23k stars 3.57k forks source link

Feature gate `bevy_pbr` in `bevy_animation` #16392

Open BenjaminBrienen opened 6 hours ago

BenjaminBrienen commented 6 hours ago

I think bevy_animation only depends on rendering for schedule order now that bevy_mesh has been split out

@mweatherley

mweatherley commented 5 hours ago

Maybe worth considering here whether the dependency should just be inverted instead.