Cargo Features

iyes_progress has no features set by default.

[dependencies]
iyes_progress = { version = "0.13.0", features = ["debug", "assets"] }
debug = bevy_log

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

assets = bevy_asset

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?