Cargo Features
[dependencies]
ozz-animation-rs = { version = "0.10.1", default-features = false, features = ["serde", "rkyv", "wasm", "nodejs"] }
- default = rkyv, serde
-
These default features are set whenever
ozz-animation-rs
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables serde, serde of bimap and glam ^0.27
- rkyv default
-
Enables bytecheck ^0.6, rkyv ^0.7, bytecheck and rkyv of glam ^0.27
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
…