Cargo Features

[dependencies]
slant-anim = { version = "0.0.0", default-features = false, features = ["full", "alloc", "rand", "serde", "std", "wasm", "wasi"] }
default full? = std

The std feature is set by default whenever slant-anim is added without default-features = false somewhere in the dependency tree.

full = default, rand, serde
alloc std

[FF] Dependencies

Enables std of slant-core, alloc of optional serde

rand full?

Enables rand of slant-core

serde full?

Enables serde, serde of slant-core

std default = alloc

********* [FF] Environments *********

Enables std of slant-core

wasm

Enables wasm of slant-core

wasi

Enables wasi of slant-core