| [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" |
| inquire = "0.7.0" |
| ureq = "2.9.6" |
| |
| [target.'cfg(target_arch = "wasm32")'.dependencies] |
| getrandom = { version = "0.2.12", features = ["js"] } |