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
somewhere in the dependency tree.default-features = false - glam-ext
-
Enables glam-ext
- serde default
- 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
…