Cargo Features
[dependencies]
cyclone2d = { version = "0.1.2", default-features = false, features = ["high_precision"] }
- default = high_precision
-
The
high_precision
feature is set by default whenevercyclone2d
is added without
somewhere in the dependency tree.default-features = false - high_precision default
-
Affects
cyclone2d::FP
,cyclone2d::FP_MAX
…