TheBevyFlock / flag-frenzy

Check combinations of Bevy's feature flags
Apache License 2.0
5 stars 1 forks source link

Activate rules on feature dependencies #18

Open BD103 opened 2 months ago

BD103 commented 2 months ago

There are many Bevy features that require the x11 or wayland features as a dependency, but these aren't being picked up by config/bevy.toml. Rule checking should be adjusted to recursively check dependencies of features.