Cargo Features

bevy_color has no features set by default.

[dependencies]
bevy_color = { version = "0.14.3", features = ["serialize", "wgpu-types"] }
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.

wgpu-types implicit feature

Enables wgpu-types ^0.20

wgpu-types:

WebGPU types

serde serialize?