BlackPhlox / bevy_dolly

h3r2tic's dolly abstraction layer for the bevy game framework
Apache License 2.0
143 stars 22 forks source link

`bevy_pbr` is brought in even if `helpers` is not enabled. #52

Closed rparrett closed 6 months ago

rparrett commented 6 months ago

Pretty sure bevy_pbr is only needed for helpers, but bevy_dolly uses it unconditionally, forcing 2d-only dependants to compile a bunch of 3d stuff.