Cargo Features
[dependencies]
bevy_ehttp = { version = "0.4.0", default-features = false, features = ["asset_loading"] }
- default = asset_loading
-
The
asset_loading
feature is set by default wheneverbevy_ehttp
is added without
somewhere in the dependency tree.default-features = false - asset_loading default
bevy_ehttp has 2 features without comments.