Cargo Features

gmm has no features set by default.

[dependencies]
gmm = { version = "0.2.2", features = ["use-assertion", "scalar-math", "bytemuck", "serde", "mint"] }
use-assertion

Allow panic calls within a function.

scalar-math dev

Disable SIMD instructions.

Enables scalar-math of glam 0.28.*

Used to evaluate whether it is functioning properly.

Features from optional dependencies

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

Affects features::impl_bytemuck

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

mint implicit feature

Enables mint

mint:

Math interoperability standard types

Affects features::impl_mint