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