blob: 3f2bd396d8647cc9e6fb2b4b87f312056a1e1186 [file] [log] [blame] [edit]
[package]
name = "vello_toy"
description = "A collection of different binary crates for interacting with the sparse rendering stack."
categories = ["rendering", "graphics"]
keywords = ["2d", "vector-graphics"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[dependencies]
svg = { workspace = true }
clap = { workspace = true, features = ["derive"] }
vello_common = { workspace = true }
[[bin]]
name = "debug"
path = "src/debug.rs"
[lints]
workspace = true