Cargo Features
[dependencies]
lattice-graph = { version = "0.6.1", default-features = false, features = ["const-generic-wrap", "hex2d"] }
- default = const-generic-wrap, hex2d
-
These default features are set whenever
lattice-graph
is added without
somewhere in the dependency tree.default-features = false
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.
- const-generic-wrap default
-
Affects
axial_based::HexGraphConst
,axial_based::HexGraphConstLoopEW
,axial_based::DiHexGraphConst
,shapes::ConstHexAxialShape
,double_coord::HexGraphConst
,shapes::ConstDoubleCoordShape
,hex2d::HexShapeConst
,hex2d::HexGraphConst
,offset_based::HexGraphConst
,offset_based::HexGraphConstLoopEW
,offset_based::DiHexGraphConst
,shapes::ConstHexOffsetShape
… - hex2d default
-
Affects
hex::hex2d
…