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

bevy_ui debug overlay broken #317

Open
aevyrie opened this issue Mar 3, 2024 · 3 comments
Open

bevy_ui debug overlay broken #317

aevyrie opened this issue Mar 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@aevyrie
Copy link
Owner

aevyrie commented Mar 3, 2024

Using this to track the upstream issue and local fix.

#314 (comment)
bevyengine/bevy#12255

@aevyrie aevyrie added the bug Something isn't working label Mar 3, 2024
@aevyrie aevyrie mentioned this issue Mar 3, 2024
4 tasks
@VirxEC
Copy link

VirxEC commented Mar 3, 2024

I think this issue is related but I get this error when building the latest commit to the main branch without default features:

error[E0432]: unresolved import `crate::debug`
   --> /home/virx/.cargo/git/checkouts/bevy_mod_picking-d5a635da356b077f/81bfad7/src/lib.rs:204:9
    |
204 |         debug::DebugPickingMode,
    |         ^^^^^ could not find `debug` in the crate root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `bevy_mod_picking` (lib) due to 1 previous error

@aevyrie
Copy link
Owner Author

aevyrie commented Mar 3, 2024

That issue is unrelated, but thanks for pointing it out. It should be fixed now.

@aevyrie
Copy link
Owner Author

aevyrie commented Mar 5, 2024

Merged upstream. Now waiting on Bevy 0.13.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants