Cargo Features
[dependencies]
kolor-64 = { version = "0.1.9", default-features = false, features = ["std", "serde1", "color-matrices", "f64", "std-glam", "libm", "libm-glam"] }
- default = color-matrices, f64, std-glam
-
These default features are set whenever
kolor-64
is added without
somewhere in the dependency tree.default-features = false - std std-glam
- serde1 = serde
-
Enables serde of glam ^0.23
- color-matrices default
-
Affects
kolor-64::details.generated_matrices
… - f64 default
-
Affects
kolor-64::FType
… - std-glam default = std
-
Enables std of glam ^0.23
glam:
enable support for the standard library
- libm libm-glam? = num-traits
-
Enables libm of num-traits
- libm-glam = libm
-
Enables libm of glam ^0.23
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde serde1?
- num-traits libm?
- glam libm-glam? serde1? std-glam
-
Enables glam ^0.23