bevy/crates/bevy_asset/src
sark 84bf6f611a Export anyhow::error for custom asset loaders (#5359)
If users try to implement a custom asset loader, they must manually import anyhow::error as it's used by the asset loader trait but not exported.

2b93ab5812/examples/asset/custom_asset.rs (L25)

Fixes #3138

Co-authored-by: sark <sarkahn@hotmail.com>
2022-07-20 14:14:30 +00:00
..
diagnostic docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
io docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
asset_server.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
assets.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
debug_asset_server.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
filesystem_watcher.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
handle.rs Remove rand crate from dependency tree (#3992) 2022-07-14 17:00:01 +00:00
info.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00
lib.rs Export anyhow::error for custom asset loaders (#5359) 2022-07-20 14:14:30 +00:00
loader.rs Export anyhow::error for custom asset loaders (#5359) 2022-07-20 14:14:30 +00:00
path.rs docs: Full documentation for bevy_asset (#3536) 2022-07-12 15:44:09 +00:00