Cargo Features
[dependencies]
csgrs = { version = "0.15.2", default-features = false, features = ["parallel", "f64", "f32", "chull-io", "stl-io", "dxf-io", "earclip-io", "earcut-io", "truetype-text", "hershey-text", "image-io", "metaballs"] }
- default = chull-io, dxf-io, earclip-io, earcut-io, f64, hershey-text, image-io, metaballs, stl-io, truetype-text
-
These default features are set whenever
csgrs
is added without
somewhere in the dependency tree.default-features = false - parallel = rayon
- f64 default = parry3d-f64, rapier3d-f64
-
Affects
float_types::Real
,float_types::EPSILON
,float_types::PI
,float_types::FRAC_PI_2
,float_types::TAU
… - f32 = parry3d, rapier3d
-
Affects
float_types::Real
,float_types::EPSILON
,float_types::PI
,float_types::FRAC_PI_2
,float_types::TAU
… - chull-io default = chull
- stl-io default = stl_io
- dxf-io default = dxf
- earclip-io default = earclip
- earcut-io default = earcut
- truetype-text default = meshtext
- hershey-text default = hershey
- image-io default = contour_tracing, image
- metaballs default = fast-surface-nets
-
Affects
csg::MetaBall
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.