Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose rodio's Source and Sample traits in bevy_audio (#6374)
# Objective - Fixes #5876 . ## Solution - added pub use statements to re-export the following traits in bevy_audio: rodio::source::Source, rodio::Sample, rodio::cpal::Sample. - rodio::cpal::Sample was re-exported as CpalSample to avoid naming conflict with rodio::Sample.
- Loading branch information