bevy/crates/bevy_audio/src
harudagondi e0b921fbd9 AudioOutput is actually a normal resource now, not a non-send resource (#7262)
# Objective

- Fixes #7260

## Solution

- #6649 used `init_non_send_resource` for `AudioOutput`, but this is before #6436 was merged.
- Use `init_resource` instead.
2023-01-18 17:20:26 +00:00
..
audio.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
audio_output.rs Make AudioOutput a Resource (#6436) 2022-12-11 18:10:00 +00:00
audio_source.rs Add AddAudioSource trait and improve Decodable docs (#6649) 2023-01-17 22:42:00 +00:00
lib.rs AudioOutput is actually a normal resource now, not a non-send resource (#7262) 2023-01-18 17:20:26 +00:00