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
somewhere in the dependency tree.default-features = false - std default
- gpu default
- nightly
Embercat has 4 features without comments.