Cargo Features
splashsurf_lib has no features set by default.
[dependencies]
splashsurf_lib = { version = "0.10.0", features = ["vtk_extras", "profiling", "io"] }
- vtk_extras io? = vtkio
-
Affects
mesh::vtk_helper
… - profiling = lazy_static
-
Affects
splashsurf_lib::profiling
… - io = flate2, nom, ply-rs, serde_json, vtk_extras, vtkio
-
Affects
splashsurf_lib::io
…
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.
- vtkio io? vtk_extras?
-
Enables vtkio
IO
- ply-rs io?
- flate2 io?
- nom io?
- serde_json io?
- lazy_static profiling?
-
Enables lazy_static
Needed for profiling feature