1
0
Fork 0
mirror of https://github.com/italicsjenga/vello.git synced 2025-02-24 00:27:43 +11:00
vello/crates/encoding/Cargo.toml

18 lines
442 B
TOML
Raw Normal View History

[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 }