Cargo Features
[dependencies]
ranim = { version = "0.1.5", default-features = false, features = ["items", "profiling", "preview", "render"] }
- default = anims, items
-
These default features are set whenever
ranimis added withoutsomewhere in the dependency tree.default-features = false - anims items default
- profiling
-
Enables profiling, puffin, and puffin_http, profiling of ranim-app and ranim-render
- preview
-
Enables ranim-app and ranim-render
Affects
cmd::preview… - render
-
Enables flate2, indicatif, pollster, ranim-render, reqwest, tracing-indicatif, wgpu, and which
wgpu:
render feature
Affects
cmd::render…