mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
18 lines
461 B
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"
|