blob: 4adf0d3ea1a14fa68e2b2e82469e62141c9ebdcb [file] [log] [blame] [edit]
[package]
name = "scenes"
description = "Vello scenes used in the other examples."
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[dependencies]
vello = { path = "../../" }
vello_svg = { path = "../../integrations/vello_svg" }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
image = "0.24.9"
rand = "0.8.5"
instant = { workspace = true }
# Used for the `download` command
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
byte-unit = "4.0.19"
dialoguer = "0.10.4"
ureq = "2.9.6"