Cargo Features

[dependencies]
bevy_ghx_grid = { version = "0.2.0", default-features = false, features = ["reflect", "debug-plugin"] }
default = debug-plugin, reflect

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

reflect default

Enables some reflect derives in ghx_grid

Enables reflect of ghx_grid

debug-plugin default

Compiles the grid debug plugin and its systems

Enables bevy_gizmos and bevy_render of bevy

Optional dependencies

Only enabled when the "debug-plugin" feature is enabled

Affects bevy_ghx_grid::debug_plugin

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.

bevy debug-plugin