Cargo Features
[dependencies]
bevy_life = { version = "0.10.1", default-features = false, features = ["2D", "3D", "auto-coloring", "bevy_reflect"] }
- default = 2D, bevy_reflect
-
These default features are set whenever
bevy_life
is added without
somewhere in the dependency tree.default-features = false - 2D default
-
Affects
bevy_life::GameOfLife2dPlugin
,bevy_life::ImmigrationGame2dPlugin
,bevy_life::RainbowGame2dPlugin
,bevy_life::WireWorld2dPlugin
,bevy_life::CyclicColors2dPlugin
,map::Map2d
… - 3D
-
Affects
bevy_life::GameOfLife3dPlugin
,bevy_life::ImmigrationGame3dPlugin
,bevy_life::RainbowGame3dPlugin
,bevy_life::WireWorld3dPlugin
,bevy_life::CyclicColors3dPlugin
,map::Map3d
… - auto-coloring
-
Enables bevy_color and bevy_sprite of bevy
Affects
cell_state::CellState.color
,systems::coloring
… - bevy_reflect default
-
Enables bevy_reflect