You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Using this to track the upstream issue and local fix.
#314 (comment)
bevyengine/bevy#12255
The text was updated successfully, but these errors were encountered: