bevy/crates/bevy_asset/src
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
..
io Include asset path in get_meta_path panic message (#11504) 2024-01-25 08:00:36 +00:00
processor Added AssetLoadFailedEvent, UntypedAssetLoadFailedEvent (#11369) 2024-01-17 21:12:00 +00:00
server Fix minor typo (#11491) 2024-01-23 21:00:57 +00:00
assets.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +00:00
event.rs Added AssetLoadFailedEvent, UntypedAssetLoadFailedEvent (#11369) 2024-01-17 21:12:00 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +00:00
id.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +00:00
lib.rs Register AssetPath as type for reflection (#11483) 2024-01-23 04:30:44 +00:00
loader.rs Added AssetLoadFailedEvent, UntypedAssetLoadFailedEvent (#11369) 2024-01-17 21:12:00 +00:00
meta.rs Reorder impl to be the same as the trait (#11076) 2023-12-24 17:43:55 +00:00
path.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
reflect.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
saver.rs Make AssetLoader/Saver Error type bounds compatible with anyhow::Error (#10493) 2023-11-14 01:25:06 +00:00