bevy/crates
SpecificProtagonist 5561b40bdf
Use BevyError for AssetLoader::Error (#19478)
# Objective

Allow using `BevyResult` in `AssetLoader`s for consistency. Currently,
it converts errors into `Box<dyn core::error::Error + Send + Sync +
'static>`, which is essentially a `BevyError` without the optional
backtrace functionality.

## Solution

I don't think needs a migration guide as any type that satisfies
`Into<Box<dyn core::error::Error + Send + Sync + 'static>>` also
satisfies `Into<BevyError>`.
2025-06-03 23:58:44 +00:00
..
bevy_a11y
bevy_animation
bevy_anti_aliasing Make TAA non-experimental, fixes (#18349) 2025-06-02 16:04:08 +00:00
bevy_app Hot patching systems with subsecond (#19309) 2025-06-03 21:12:38 +00:00
bevy_asset Use BevyError for AssetLoader::Error (#19478) 2025-06-03 23:58:44 +00:00
bevy_audio Allow restricting audio playback to a custom region (#19400) 2025-05-29 18:45:37 +00:00
bevy_color More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
bevy_core_pipeline Remove Shader weak_handles from bevy_core_pipeline (except two). (#19395) 2025-05-27 22:32:27 +00:00
bevy_derive
bevy_dev_tools
bevy_diagnostic Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386) 2025-05-27 22:24:18 +00:00
bevy_dylib
bevy_ecs Hot patching systems with subsecond (#19309) 2025-06-03 21:12:38 +00:00
bevy_encase_derive
bevy_gilrs
bevy_gizmos Remove Shader weak_handles from bevy_gizmos. (#19394) 2025-05-27 22:32:32 +00:00
bevy_gltf
bevy_image Add resize_in_place to Image (#19410) 2025-05-31 21:55:11 +00:00
bevy_input
bevy_input_focus
bevy_internal Hot patching systems with subsecond (#19309) 2025-06-03 21:12:38 +00:00
bevy_log
bevy_macro_utils
bevy_math More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
bevy_mesh
bevy_mikktspace
bevy_pbr Fixed memory leak in bindless material (#19041) 2025-05-30 19:36:56 +00:00
bevy_picking Updating mesh_picking doc to include RenderAssetUsages (#19413) 2025-05-29 18:44:50 +00:00
bevy_platform
bevy_ptr
bevy_reflect Clarify PartialReflect::apply docs (#19250) 2025-06-02 22:12:16 +00:00
bevy_remote
bevy_render Make TAA non-experimental, fixes (#18349) 2025-06-02 16:04:08 +00:00
bevy_scene Fix #19219 by moving observer triggers out of resource_scope (#19221) 2025-05-30 19:33:47 +00:00
bevy_sprite
bevy_state Refactor state scoped events to match entities. (#19435) 2025-05-31 20:14:14 +00:00
bevy_tasks
bevy_text
bevy_time Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386) 2025-05-27 22:24:18 +00:00
bevy_transform
bevy_ui Unrequire VisibilityClass from Node (#17918) 2025-05-31 08:18:01 +00:00
bevy_utils fix reference in example usage comments (#19434) 2025-05-29 19:12:55 +00:00
bevy_window
bevy_winit