vello/integrations/vello_svg/Cargo.toml
Bruce Mitchener a66e94f7b9 deps: Update usvg to 0.33 from 0.29
This is not the latest version currently available, but the
changes to update to 0.34 are more involved, so we'll do
this intermediate step now.
2023-07-18 10:58:37 +07:00

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.33"