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