Cargo Features

[dependencies]
embercat = { version = "0.0.0", default-features = false, features = ["std", "gpu", "nightly"] }
default = gpu, std

These default features are set whenever embercat is added without default-features = false somewhere in the dependency tree.

std default

Enables std of chandra

gpu default

Enables gpu of chandra

nightly

Enables nightly of chandra

Embercat has 4 features without comments.