Cargo Features

[dependencies]
skulpin-renderer = { version = "0.14.1", default-features = false, features = ["shaper", "svg", "textlayout", "complete"] }
default = complete

svg and shaper are deprecated. svg is always available, and shaper is included with textlayout. However, leaving them since skia_safe prints informative error messages. Complete now just contains textlayout

shaper

Enables shaper of skia-safe

svg

Enables svg of skia-safe

textlayout

Enables textlayout of skia-safe

complete default

Enables textlayout of skia-safe