Cargo Features
boostvoronoi_core has no features set by default.
[dependencies]
boostvoronoi_core = { version = "0.11.1", features = ["console_debug", "ce_corruption_check", "mint", "geo", "cgmath", "glam", "nalgebra", "serde"] }
These features are only for debug purposes, should normally not be used
- console_debug
- ce_corruption_check
Features from optional dependencies
- mint implicit feature
-
Enables mint
using "mint" feature will enable From traits
- geo implicit feature
-
Enables geo ^0.27.0
using "geo" feature will enable From traits
- cgmath implicit feature
-
Enables cgmath
using "cgmath" feature will enable From traits
- glam implicit feature
-
Enables glam ^0.24.2
using "glam" feature will enable From traits
- nalgebra implicit feature
-
Enables nalgebra ^0.32.3
using "nalgebra" feature will enable From traits
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework