Cargo Features

[dependencies]
rust-life = { version = "0.6.0", default-features = false, features = ["unstable", "test_mainthread", "gui", "rayon"] }
default = gui, rayon

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

unstable
test_mainthread

Affects gui::test_helper

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