Open BD103 opened 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.
x11
wayland
config/bevy.toml
There are many Bevy features that require the
x11
orwayland
features as a dependency, but these aren't being picked up byconfig/bevy.toml
. Rule checking should be adjusted to recursively check dependencies of features.