Cargo Features

Graphica has no features set by default.

[dependencies]
graphica = { version = "1.2.1", features = ["serde", "bincode"] }
serde

import/export objects that do not depend on the state using serde

Enables serde

bincode

allow importing/exporting of atoms with a state map using bincode

Enables bincode ^2.0 and bincode-trait-derive