Cargo Features
[dependencies]
rust-life = { version = "0.3.1", default-features = false, features = ["unstable", "gui", "rayon"] }
- default = gui, rayon
-
These default features are set whenever
rust-life
is added without
somewhere in the dependency tree.default-features = false - unstable
- gui default
-
Enables image and piston_window
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.
- rayon default