blob: 3bfff70de0a91ceb23c950e0a65fa6ad1ec40fc9 [file] [log] [blame] [edit]
[package]
name = "simple"
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
# 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.1.0", path = "../../" }
anyhow = "1.0.80"
pollster = "0.3.0"
wgpu = "0.19.3"
winit = "0.29.12"