Cargo Features

bevy_asset has no features set by default.

[dependencies]
bevy_asset = { version = "0.18.0", features = ["file_watcher", "embedded_watcher", "multi_threaded", "http", "https", "asset_processor", "watch", "trace"] }
file_watcher embedded_watcher? = multi_threaded, notify-debouncer-full, watch
embedded_watcher = file_watcher

Affects embedded::watched_path

multi_threaded file_watcher?

Enables multi_threaded of bevy_tasks

bevy_tasks:

Enables multi-threading support.
Without this feature, all tasks will be run on a single thread.

http = blocking, ureq

Affects io::web

https = blocking, ureq

Enables platform-verifier and rustls of ureq

Affects io::web

web_asset_cache 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?
blocking not wasm32 http? https?
ureq not wasm32 http? https?