Tests in bevy_input_focus fail to ru with default feature flags #17263
Labels
A-Input
Player input via keyboard, mouse, gamepad, and more
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
C-Testing
A change that impacts how we test Bevy or how users test their apps
P-Compile-Failure
A failure to compile Bevy apps
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0a9740c
What you did
Run a unit test in bevy_input_focus from within VSCode, which ran:
What went wrong
Compile failure, with:
And so on.
Additional information
cargo run -p ci
works, suggesting that this is a feature flag issue. Adding thelibm
flag tobevy_math
as a dev-dependency fixes this crop of errors, but reveals more deeper down.The text was updated successfully, but these errors were encountered: