Cargo Features

[dependencies]
ozz-animation-rs = { version = "0.9.0", default-features = false, features = ["rkyv", "wasm", "nodejs"] }
default = rkyv

The rkyv feature is set by default whenever ozz-animation-rs is added without default-features = false somewhere in the dependency tree.

rkyv default

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

Affects sampling_job::ArchivedSamplingContext, sampling_job::SamplingContextResolver

wasm nodejs?

Affects ozz-animation-rs::nodejs

nodejs = wasm

Enables js-sys and wasm-bindgen

Affects ozz-animation-rs::nodejs