mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
176223b406
# Objective Fixes #10377 ## Solution Use `Path::strip_prefix` instead of `str::split`. Avoid any explicit "/" characters in path manipulation. --- ## Changelog - Added: example of embedded asset loading - Added: support embedded assets in external crates - Fixed: resolution of embedded assets - Fixed: unexpected runtime panic during asset path resolution ## Migration Guide No API changes. --------- Co-authored-by: Shane Celis <shane.celis@gmail.com> |
||
---|---|---|
.. | ||
processing | ||
asset_decompression.rs | ||
asset_loading.rs | ||
bevy_pixel_light.png | ||
custom_asset.rs | ||
custom_asset_reader.rs | ||
embedded_asset.rs | ||
hot_asset_reloading.rs |