mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
18 lines
442 B
TOML
18 lines
442 B
TOML
[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 }
|