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 whenever bevy_color is added without default-features = false somewhere in the dependency tree.

serialize = serde

Enables serialize of bevy_math

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