Cargo Features

[dependencies]
parley = { version = "0.3.0", default-features = false, features = ["std", "libm", "system", "accesskit"] }
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, skrifa ^0.26.6, and swash

libm

Enables core_maths, libm of fontique, peniko, skrifa ^0.26.6, and swash

system default = std

Enables support for system font backends

Enables system of fontique

accesskit

Enables accesskit ^0.17

Affects layout::LayoutAccessibility