bevy/crates/bevy_asset/src/io
Rich Churcher 7740c0f879
Support creating asset directories (#16220)
# Objective

Exposes a means to create an asset directory (and its parent
directories). Wasn't sure whether we also wanted the variant to create
directories without the parent (i.e. `mkdir` instead of `mkdir -p`)?

Fixes https://github.com/bevyengine/bevy_editor_prototypes/issues/144
2024-11-04 22:06:00 +00:00
..
embedded Update notify-debouncer-full requirement from 0.3.1 to 0.4.0 (#16133) 2024-10-28 22:23:03 +00:00
file Support creating asset directories (#16220) 2024-11-04 22:06:00 +00:00
android.rs move ANDROID_APP to bevy_window (#15585) 2024-10-02 03:01:06 +00:00
gated.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
memory.rs Replace AsyncSeek trait by AsyncSeekForward for Reader to address #12880 (#14194) 2024-10-01 03:33:45 +00:00
mod.rs Support creating asset directories (#16220) 2024-11-04 22:06:00 +00:00
processor_gated.rs Replace AsyncSeek trait by AsyncSeekForward for Reader to address #12880 (#14194) 2024-10-01 03:33:45 +00:00
source.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
wasm.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00