Cargo Features

[dependencies]
ozz-animation-rs = { version = "0.10.2", default-features = false, features = ["glam-ext", "serde", "rkyv", "wasm", "nodejs"] }
default = rkyv, serde

These default features are set whenever ozz-animation-rs is added without default-features = false somewhere in the dependency tree.

glam-ext

Enables glam-ext

serde default

Enables serde, serde of bimap and glam

rkyv default

Enables bytecheck ^0.6, rkyv ^0.7, bytecheck and rkyv of glam

Affects animation::ArchivedAnimation, sampling_job::ArchivedSamplingContext, skeleton::ArchivedSkeleton

wasm nodejs?

Affects ozz-animation-rs::nodejs

nodejs = wasm

Enables js-sys and wasm-bindgen

Affects ozz-animation-rs::nodejs