Cargo Features
shipyard_scenegraph has no features set by default.
[dependencies]
shipyard_scenegraph = { version = "0.6.1", features = ["std", "nalgebra_math", "nalgebra_glm_math", "native_math", "parallel", "doc"] }
- default
-
These default features are set whenever
shipyard_scenegraph
is added without
somewhere in the dependency tree.default-features = false Enables shipyard ^0.6
- std
-
Enables std of shipyard ^0.6
- nalgebra_math doc? = nalgebra
-
Affects
math::nalgebra
… - nalgebra_glm_math = nalgebra, nalgebra-glm
-
Affects
math::nalgebra_glm
… - native_math doc?
-
Affects
math::native
… - parallel
-
Enables parallel of shipyard ^0.6
- doc = nalgebra_math, native_math
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.
- nalgebra nalgebra_glm_math? nalgebra_math?
-
Enables nalgebra ^0.32.3
Affects
math::nalgebra_common
… - nalgebra-glm nalgebra_glm_math?
-
Enables nalgebra-glm ^0.18.0