Cargo Features
[dependencies]
bevy_ghx_grid = { version = "0.4.0", default-features = false, features = ["reflect", "serde", "debug-plugin"] }
- default = debug-plugin, reflect
-
These default features are set whenever
bevy_ghx_grid
is added without
somewhere in the dependency tree.default-features = false - reflect default
-
Enables some reflect derives in ghx_grid
- serde
-
Enables some serde derives in 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 enabledAffects
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.