bevy/crates/bevy_audio/src
Benjamin Brienen 64efd08e13
Prefer Display over Debug (#16112)
# Objective

Fixes #16104

## Solution

I removed all instances of `:?` and put them back one by one where it
caused an error.

I removed some bevy_utils helper functions that were only used in 2
places and don't add value. See: #11478

## Testing

CI should catch the mistakes

## Migration Guide

`bevy::utils::{dbg,info,warn,error}` were removed. Use
`bevy::utils::tracing::{debug,info,warn,error}` instead.

---------

Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
2024-12-27 00:40:06 +00:00
..
audio_output.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
audio.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00
lib.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00
pitch.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
sinks.rs Rename AudioSinkPlayback::toggle to toggle_playback (#16837) 2024-12-16 19:28:24 +00:00
volume.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00