Cargo Features

[dependencies]
vello_encoding = { version = "0.2.0", default-features = false, features = ["full", "bump_estimate"] }
default = full

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

full default

Enables support for the full pipeline including late-bound resources (gradients, images and glyph runs)

Enables guillotiere and skrifa

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.