Cargo Features

Magrathea has no features set by default.

[dependencies]
magrathea = { version = "0.0.3", features = ["cli", "editor", "serialization"] }
cli editor? = hex, structopt

Required by the magrathea binary

editor = cli, kludgine
serialization

Enables serializing of palette ^0.5

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

kludgine editor?

Enables default features of kludgine ^0.0.2

structopt cli?

With default (clap/default)

hex cli?

With default (std)