Cargo Features

iyes_progress has no features set by default.

[dependencies]
iyes_progress = { version = "0.11.0", features = ["assets", "debug"] }
assets = bevy_asset

Support for simple tracking of asset loading

debug = bevy_log

Support for debug functionality (such as logging progress to console)

Affects iyes_progress::ProgressDebug

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.

bevy_asset assets?
bevy_log debug?