Cargo Features
[dependencies]
rapier3d-meshloader = { version = "0.3.0", default-features = false, features = ["stl", "collada", "wavefront"] }
- default = collada, stl, wavefront
-
These default features are set whenever
rapier3d-meshloader
is added without
somewhere in the dependency tree.default-features = false - stl default
-
Enables stl of mesh-loader
mesh-loader:
- collada default
-
Enables collada of mesh-loader
mesh-loader:
COLLADA (.dae) https://en.wikipedia.org/wiki/COLLADA
- wavefront default
-
Enables obj of mesh-loader
mesh-loader:
Wavefront OBJ (.obj) https://en.wikipedia.org/wiki/Wavefront_.obj_file
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.