blob: 73bc45464800b1b42e22f3ccaeb6b488de5ce86c [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.8"