bevy
bevy copied to clipboard
unused dep references?
Got a hunch ( from undepend ) that these are not needed.
At least the bevy_reflect dependency of bevy_input is needed (see the red CI build). Did Bevy build locally after making these changes?
We are using https://crates.io/crates/cargo-udeps in CI to detect unused dependencies
cargo-udeps is not completely accurate. undepend works by actually compiling the source after removing candidate unused dependencies, which should be more accurate than cargo-udeps, but it seems not in this case.
bors r+
Pull request successfully merged into main.
Build succeeded: