Cargo Features

Ivy-base has no features set by default.

[dependencies]
ivy-base = { version = "0.10.3", features = ["serialize", "crossbeam-channel"] }
serialize = serde

Enables serde of glam ^0.20.2, serializing of palette ^0.6.0

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.

crossbeam-channel implicit feature

Enables crossbeam-channel

crossbeam-channel:

Multi-producer multi-consumer channels for message passing

serde serialize?