bevy/crates/bevy_app
Daniel McNab e64efd399e Remove the dependency cycles (#5171)
# Objective

- I think our codebase is hit badly by rust-lang/rust-analyzer#11410
- None of our uses of cyclic dependencies are remotely necessary
- Note that these are false positives in rust-analyzer, however it's probably easier for us to work around this
- Note also that I haven't confirmed that this is causing rust-analyzer to not work very well, but it's not a bad guess.

## Solution

- Remove our cyclic dependencies
- Import the trick from #2851 for no-op plugin groups.
2022-07-04 13:04:18 +00:00
..
src Remove the dependency cycles (#5171) 2022-07-04 13:04:18 +00:00
Cargo.toml Remove the dependency cycles (#5171) 2022-07-04 13:04:18 +00:00