bevy/crates/bevy_audio/src
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
..
audio.rs Audio control at start of playback (#4110) 2022-04-08 23:12:30 +00:00
audio_output.rs Clippy improvements (#4665) 2022-05-31 01:38:07 +00:00
audio_source.rs Add missing audio/ogg file extensions: .oga, .spx (#4703) 2022-05-09 13:37:40 +00:00
lib.rs Remove the dependency cycles (#5171) 2022-07-04 13:04:18 +00:00