2023-02-03 21:22:39 +11:00
|
|
|
[package]
|
|
|
|
name = "scenes"
|
|
|
|
description = "Vello scenes used in the other examples"
|
2023-02-07 07:12:46 +11:00
|
|
|
publish = false
|
|
|
|
|
2023-02-03 21:22:39 +11:00
|
|
|
version.workspace = true
|
2023-02-07 07:12:46 +11:00
|
|
|
license.workspace = true
|
2023-02-03 21:22:39 +11:00
|
|
|
edition.workspace = true
|
2023-02-07 07:12:46 +11:00
|
|
|
repository.workspace = true
|
2023-02-03 21:22:39 +11:00
|
|
|
|
|
|
|
# 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" }
|
2023-02-07 07:12:46 +11:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
clap = { workspace = true, features = ["derive"] }
|
2023-03-10 09:18:03 +11:00
|
|
|
image = "0.24.5"
|
2023-04-24 04:57:38 +10:00
|
|
|
instant = "0.1.12"
|
2023-02-07 07:12:46 +11:00
|
|
|
|
|
|
|
# Used for the `download` command
|
|
|
|
byte-unit = "4.0"
|
2023-02-03 21:22:39 +11:00
|
|
|
dialoguer = "0.10"
|
|
|
|
ureq = "2.6"
|