blob: bb2c590ba83ea68f41d0be72c1f401e2f9c8fbfb [file] [log] [blame] [edit]
[package]
name = "vello_encoding"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
default = ["full"]
# Enables support for the full pipeline including late-bound
# resources (gradients, images and glyph runs)
full = ["skrifa", "guillotiere"]
[dependencies]
bytemuck = { workspace = true }
skrifa = { workspace = true, optional = true }
peniko = { workspace = true }
guillotiere = { version = "0.6.2", optional = true }