Cargo Features
[dependencies]
procedural_modelling = { version = "0.2.0", default-features = false, features = ["bevy", "dynamic", "meshopt", "sweep_debug_print", "benchmarks"] }
- default = bevy
-
The
bevy
feature is set by default wheneverprocedural_modelling
is added without
somewhere in the dependency tree.default-features = false - bevy default dynamic?
-
Enables bevy-inspector-egui ^0.25.0 and bevy_gizmos of bevy
bevy:
Adds support for rendering gizmos
Affects
gizmo::bevy
,impls::bevy
,mesh::bevy
,payload::bevy
… - dynamic
-
Enables dynamic_linking of bevy
bevy:
Force dynamic linking, which improves iterative compile times
- meshopt
-
Enables meshopt ^0.3.0
- sweep_debug_print
- benchmarks
-
Enables criterion