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