Cargo Features

bevy_asset has no features set by default.

[dependencies]
bevy_asset = { version = "0.13.2", features = ["file_watcher", "embedded_watcher", "multi-threaded", "asset_processor", "watch"] }
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?

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?