Cargo Features
[dependencies]
glamour = { version = "0.18.0", default-features = false, features = ["std", "scalar-math", "serde", "core-simd", "facet", "mint", "libm", "encase", "wasmtime"] }
- default = std
-
The
stdfeature is set by default wheneverglamouris added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of glam ^0.30.0 and num-traits
glam:
enable support for the standard library
- scalar-math
-
Enables scalar-math of glam ^0.30.0
glam:
this is primarily for testing the fallback implementation
- serde
-
Enables serde, serde of glam ^0.30.0
Affects
marker::Serializable… - core-simd
-
Enables core-simd of glam ^0.30.0
glam:
experimental nightly portable-simd support
- facet
-
Enables facet ^0.18.4 and facet-derive ^0.18.4
- mint
-
Enable conversions to
minttypesEnables mint, mint of glam ^0.30.0
- libm
-
Required for compiling without
std.Enables libm of glam ^0.30.0 and num-traits
Features from optional dependencies
- encase implicit feature
-
Enables encase ^0.11.0
- wasmtime not wasm32 implicit feature
-
Enables wasmtime ^32.0
wasmtime:
High-level API to expose the Wasmtime runtime
Affects
marker::WasmComponentType…