Cargo Features
[dependencies]
fyrox = { version = "0.34.1", default-features = false, features = ["dylib", "gltf", "mesh_analysis", "gltf_blend_shapes"] }
- default = fyrox-impl
-
The
fyrox-impl
feature is set by default wheneverfyrox
is added without
somewhere in the dependency tree.default-features = false - 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.