Cargo Features

[dependencies]
fyrox = { version = "0.34.0", default-features = false, features = ["dylib", "gltf", "mesh_analysis", "gltf_blend_shapes"] }
default = fyrox-impl

The fyrox-impl feature is set by default whenever fyrox is added without default-features = false somewhere in the dependency tree.

dylib = fyrox-dylib
gltf

Enables gltf of fyrox-dylib and fyrox-impl

mesh_analysis

Enables mesh_analysis of fyrox-dylib and fyrox-impl

gltf_blend_shapes

Enables gltf_blend_shapes of fyrox-dylib and fyrox-impl

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.

fyrox-impl default gltf? gltf_blend_shapes? mesh_analysis?
fyrox-dylib dylib? gltf? gltf_blend_shapes? mesh_analysis?