blob: 02e4e3d74d0ba6adf31ce5adbe18349e1098099d [file] [log] [blame] [edit]
[package]
name = "simple"
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
# The dependencies here are independent from the workspace versions
[dependencies]
# When using this example outside of the original Vello workspace,
# remove the path property of the following Vello dependency requirement.
vello = { version = "0.2.0", path = "../../vello" }
anyhow = "1.0.86"
pollster = "0.3.0"
winit = "0.30.0"