Cargo Features
[dependencies]
cellular_raza-building-blocks = { version = "0.2.4", default-features = false, features = ["pyo3", "gradients", "approx", "plotters"] }
- default = gradients
-
The
gradients
feature is set by default whenevercellular_raza-building-blocks
is added without
somewhere in the dependency tree.default-features = false - pyo3
-
Enables pyo3 ^0.24
Affects
cell_models::pool_bacteria
… - gradients default
-
Enables gradients of cellular_raza-concepts
- approx
-
Enables approxim
- plotters
-
Enables plotters
Affects
domains::cartesian_cuboid_n_old
…