mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
12 lines
291 B
TOML
12 lines
291 B
TOML
|
[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"
|