Cargo Features
[dependencies]
bevy_color = { version = "0.15.0-rc.3", default-features = false, features = ["serialize", "bevy_reflect", "wgpu-types"] }
- default = bevy_reflect
-
The
bevy_reflect
feature is set by default wheneverbevy_color
is added without
somewhere in the dependency tree.default-features = false - serialize = serde
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_reflect default
- serde serialize?
- wgpu-types implicit feature
-
Enables wgpu-types
wgpu-types:
WebGPU types