Cargo Features

bevy_asset has no features set by default.

[dependencies]
bevy_asset = { version = "0.14.0-rc.2", features = ["file_watcher", "embedded_watcher", "multi_threaded", "asset_processor", "watch", "trace"] }
file_watcher embedded_watcher? = notify-debouncer-full, watch
embedded_watcher = file_watcher

Affects embedded::watched_path

multi_threaded

Enables multi_threaded of bevy_tasks

asset_processor
watch file_watcher?
trace

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

notify-debouncer-full not wasm32 file_watcher?