Cargo Features
[dependencies]
bevy_crevice = { version = "0.7.0", default-features = false, features = ["std", "cgmath", "glam", "nalgebra"] }
- default = std
-
The
std
feature is set by default wheneverbevy_crevice
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
traits::WriteStd140
,traits::WriteStd430
…
Features from optional dependencies
- cgmath implicit feature
-
Enables cgmath
cgmath:
A linear algebra and mathematics library for computer graphics
- glam implicit feature
-
Enables glam ^0.20.0
glam:
A simple and fast 3D math library for games and graphics
- nalgebra implicit feature
-
Enables nalgebra ^0.30.0