Cargo Features
[dependencies]
bevy_remote = { version = "0.15.0-rc.3", default-features = false, features = ["http"] }
- default = http
-
The
http
feature is set by default wheneverbevy_remote
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables async-io and smol-hyper
Affects
bevy_remote::http
…