vello/examples/scenes/Cargo.toml
Arman Uguray 5543ad01fe [examples] Use instant crate's time::Instant
crates.io/crates/instant provides a std::time::Instant implementation
that works on both WASM and non-wasm builds.
2023-04-23 12:02:39 -07:00

25 lines
600 B
TOML

[package]
name = "scenes"
description = "Vello scenes used in the other examples"
publish = false
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
# 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 = { workspace = true }
clap = { workspace = true, features = ["derive"] }
image = "0.24.5"
instant = "0.1.12"
# Used for the `download` command
byte-unit = "4.0"
dialoguer = "0.10"
ureq = "2.6"