Cargo Features
[dependencies]
vello_encoding = { version = "0.3.0", default-features = false, features = ["full", "bump_estimate"] }
- default = full
-
The
full
feature is set by default whenevervello_encoding
is added without
somewhere in the dependency tree.default-features = false - full default
-
Enables support for the full pipeline including late-bound resources (gradients, images and glyph runs)
Enables guillotiere and skrifa ^0.22.3
Affects
encoding::Encoding.resources
,encoding::Resources
,resolve::Resolver
,resolve::Patch
… - bump_estimate
-
Enables an optional GPU memory usage estimation utility. This can be used to perform additional computations in order to estimate the minimum required allocations for buffers backing bump-allocated GPU memory.