bevy_asset, bevy_state, and bevy_log feature gates - #16
bevy_asset, bevy_state, and bevy_log feature gates#16Totobird-Creations wants to merge 5 commits into
Conversation
|
That's too many feature flags than what I would like. Is there any reason bevy_defer would be used with such a barebones version of bevy? I can understand removing bevy_asset, since its a somewhat large dependency. |
|
Gating The point of this PR is to allow people to disable anything they don't need, that isn't essential. The |
The problem is more feature flags makes things harder to test since you can't really spam all the feature flag combinations in ci. |
Title pretty much explains it.
This adds the
bevy_asset,bevy_state, andbevy_logcrate features which gate the bevy features with the same names.