Cargo Features
[dependencies]
smallest-enclosing-ball = { version = "0.1.0", default-features = false, features = ["f32", "f64"] }
- default = f32
-
The
f32
feature is set by default wheneversmallest-enclosing-ball
is added without
somewhere in the dependency tree.default-features = false - f32 default
- f64
smallest-enclosing-ball has 3 features without comments.