bevy/crates/bevy_asset
Michael Leandersson 9a909f593a
Do not panic when failing to create assets folder (#10613) (#10614)
# Objective

- Allow bevy applications that does not have any assets folder to start
from a read-only directory. (typically installed to a systems folder)

Fixes #10613

## Solution

- warn instead of panic when assets folder creation fails.
2023-11-17 22:06:08 +00:00
..
macros Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00
src Do not panic when failing to create assets folder (#10613) (#10614) 2023-11-17 22:06:08 +00:00
Cargo.toml Fix wasm builds with file_watcher enabled (#10589) 2023-11-17 22:04:42 +00:00