Cargo Features
[dependencies]
polyanya = { version = "0.16.1", default-features = false, features = ["verbose", "async", "no-default-baking", "detailed-layers", "serde", "recast", "tracing", "serde_json"] }
- default = async, recast
-
These default features are set whenever
polyanyais added withoutsomewhere 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, serialize of rerecast, serde of bvh2d and glam ^0.30.8
- recast default
-
Affects
input::recast…
Features from optional dependencies
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust
- serde_json implicit feature
-
Enables serde_json
serde_json:
A JSON serialization file format