Cargo Features

[dependencies]
rgrow = { version = "0.18.0", default-features = false, features = ["ui", "use_rayon", "python"] }
default = ui, use_rayon

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

ui default = fltk, pixels

Affects system::System.evolve_in_window

use_rayon default = rayon

Affects system::System.evolve_states, system::DynSystem.evolve_states

python = numpy, pyo3

Affects rgrow::python, rgrow::pytileset, python::PyStateOrStates, python::PyStateOrRef

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.

fltk ui
pixels ui

Enables pixels ^0.13

rayon use_rayon
numpy python?

Enables numpy ^0.21

pyo3 python?

Enables pyo3 ^0.21