Cargo Features

[dependencies]
parley = { version = "0.1.0", default-features = false, features = ["std", "libm", "system"] }
default = system

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

std system

Enables std of fontique, peniko, and skrifa

Affects font::FontContext.source_cache, shape::shape_text

libm

Enables libm of fontique, peniko, and skrifa

system default = std

Enables support for system font backends

Enables system of fontique