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 ranim is added without default-features = false somewhere in the dependency tree.

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