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 default-features = false somewhere in the dependency tree.

Enables shipyard

std

Enables std of shipyard

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

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?

Affects math::nalgebra_common

nalgebra-glm nalgebra_glm_math?