vello/examples/scenes/Cargo.toml

18 lines
461 B
TOML

[package]
name = "scenes"
description = "Vello scenes used in the other examples"
version.workspace = true
edition.workspace = true
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vello = { path = "../../" }
vello_svg = { path = "../../integrations/vello_svg" }
anyhow = "1.0"
clap = { version = "4.1.1", features = ["derive"] }
dialoguer = "0.10"
ureq = "2.6"
byte-unit = "4.0"