blob: b3d331f2f326550a848be7ce80c7097752eed392 [file]
[package]
name = "vello_cpu_winit"
description = "An example showing Vello CPU using winit."
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
[dependencies]
winit = { workspace = true }
vello_common = { workspace = true }
vello_cpu = { workspace = true, features = ["multithreading"] }
vello_example_scenes = { workspace = true, features = ["cpu"] }
softbuffer = "0.4.6"