Cargo Features

[dependencies]
nannou_core = { version = "0.19.0", default-features = false, features = ["std", "libm", "serde"] }
default = std

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

std default

Enables std and std_rng of rand and std of glam ^0.17

glam:

enable support for the standard library

and std of num-traits and palette ^0.5

num-traits:

TODO: Awaiting no-std to be published. noise = 0.6

Affects rand::random_f32, rand::random_f64, rand::random_range, rand::random_ascii

libm

Enables libm of glam ^0.17, num-traits, and palette ^0.5

serde

Enables serde of glam ^0.17, serializing of palette ^0.5