Cargo Features
generic-octree has no features set by default.
[dependencies]
generic-octree = { version = "0.5.2", features = ["serialize", "dot_tree", "render", "vox"] }
- serialize dot_tree? = flate2, serde
- dot_tree = bincode, serialize
- render = color-rs, petgraph
-
Affects
generic-octree::render
… - vox = dot_vox
-
Affects
generic-octree::dot_vox
…
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.
- serde serialize?
- dot_vox vox?
-
Enables dot_vox ^2.0.0
- bincode dot_tree?
- flate2 serialize?
- petgraph render?
-
Enables petgraph ^0.5.0
- color-rs render?
-
Enables color-rs ^0.5.0