mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
f4a2fc616b
This commit ports the mmark example from the mmark branch, and also makes the complexity adjustable through up/down arrow keys.
26 lines
627 B
TOML
26 lines
627 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"
|
|
rand = "0.8.5"
|
|
instant = { workspace = true }
|
|
|
|
# Used for the `download` command
|
|
byte-unit = "4.0"
|
|
dialoguer = "0.10"
|
|
ureq = "2.6"
|