vello/integrations/vello_svg/Cargo.toml

12 lines
291 B
TOML
Raw Normal View History

[package]
name = "vello_svg"
description = "Render a usvg document to a vello scene"
version.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vello = { path = "../../" }
usvg = "0.28"