Cargo Features
[dependencies]
polyanya = { version = "0.11.1", default-features = false, features = ["verbose", "async", "no-default-baking", "detailed-layers", "serde", "tracing"] }
- default = async
-
The
async
feature is set by default wheneverpolyanya
is added without
somewhere in the dependency tree.default-features = false - stats verbose
- async default
- no-default-baking
- detailed-layers
-
Affects
layers::Layer.scale
,polyanya::Path.path_with_layers
… - serde
-
Enables serde, serde of bvh2d ^0.5 and glam ^0.27