Cargo Features

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

The std feature is set by default whenever slant 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 slant-anim

rand full?

Enables rand of slant-core

serde full?

Enables serde of slant-core

std default = alloc

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

Enables std of optional slant-anim and slant-core

wasm

Enables wasm of slant-core

wasi
anim

********* [FF] Features *********

Enables slant-anim