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 whenever bevy_crevice is added without default-features = false somewhere in the dependency tree.

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