bevy/examples/audio
AxiomaticSemantics 2ebf5a303e
Remove TypeUuid (#11497)
# Objective
TypeUuid is deprecated, remove it.

## Migration Guide
Convert any uses of `#[derive(TypeUuid)]` with `#[derive(TypePath]` for
more complex uses see the relevant
[documentation](https://docs.rs/bevy/latest/bevy/prelude/trait.TypePath.html)
for more information.

---------

Co-authored-by: ebola <dev@axiomatic>
2024-01-25 16:16:58 +00:00
..
audio.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
audio_control.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
decodable.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +00:00
pitch.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
spatial_audio_2d.rs Use impl Into<A> for Assets::add (#10878) 2024-01-08 22:14:43 +00:00
spatial_audio_3d.rs Exposure settings (adopted) (#11347) 2024-01-16 14:53:21 +00:00