bevy/crates/bevy_audio
François a58fd312b8 audio sinks don't need their custom drop anymore (#9336)
# Objective

- Fixes #9324 
- Audio sinks used to have a custom drop implementation to detach the
sinks because it was not required to keep a reference to it
- With the new audio api, a reference is kept as a component of an
entity

## Solution

- Remove that custom drop implementation, and the option wrapping that
was required for it.
2023-08-17 14:37:32 -07:00
..
src audio sinks don't need their custom drop anymore (#9336) 2023-08-17 14:37:32 -07:00
Cargo.toml Release 0.11.1 2023-08-09 18:22:41 -07:00