Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crate features: debug depends on backend_bevy_ui being enabled #352

Open
zhaop opened this issue Jul 21, 2024 · 0 comments
Open

Crate features: debug depends on backend_bevy_ui being enabled #352

zhaop opened this issue Jul 21, 2024 · 0 comments

Comments

@zhaop
Copy link

zhaop commented Jul 21, 2024

When I run:

cargo run --example minimal --no-default-features --features="debug"

I expected the debug text to appear whenever my mouse hovers the app window; instead, nothing appears.

Instead, I have to do:

cargo run --example minimal --no-default-features --features "debug,backend_bevy_ui"

Then the debug text appears.


Also, it seems to be specific to backend_bevy_ui; when I enable only the features it includes, but not backend_bevy_ui itself, the debug text still doesn't appear:

cargo run --example minimal --no-default-features --features "debug,bevy_picking_ui,bevy_ui,bevy_color"
@zhaop zhaop changed the title The debug feature's tooltip does not appear unless the backend_bevy_ui feature is also enabled cargo features: debug depends on backend_bevy_ui being enabled Jul 21, 2024
@zhaop zhaop changed the title cargo features: debug depends on backend_bevy_ui being enabled Crate features: debug depends on backend_bevy_ui being enabled Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant