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
# Objective
Fixes#15741
## Solution
- Copied the feature gates of a type to where the type is used.
## Testing
- `cargo check` works now using only the bevy_dev_tools feature
Bevy version
Fails: bef44d7
Works: 91bed8c (parent commit of bef44d7)
What you did
I compiled my project, with a recent version of bevy as a dependency. It no longer works.
What went wrong
cargo check
fails using this configuration of bevy:Additional information
cargo check
succeeds when also using bevy_gizmos, and bevy_sprite:The text was updated successfully, but these errors were encountered: