mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 12:21:31 +11:00
17 lines
430 B
TOML
17 lines
430 B
TOML
[package]
|
|
name = "vello_svg"
|
|
description = "Render a usvg document to a vello scene"
|
|
categories = ["rendering", "graphics"]
|
|
keywords = ["2d", "vector-graphics", "vello"]
|
|
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
vello = { path = "../../" }
|
|
usvg = "0.28"
|