mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
ff4f71ef3c
* add writeable image support to engine * add external resources to engine * update fine to output to a texture * copy over original piet-gpu test scenes * put it all in a pretty (resizable!) window
24 lines
466 B
TOML
24 lines
466 B
TOML
[package]
|
|
name = "piet-wgsl"
|
|
version = "0.1.0"
|
|
authors = ["Raph Levien <raph@google.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
wgpu = "0.14"
|
|
env_logger = "0.9.1"
|
|
pollster = "0.2.5"
|
|
futures-intrusive = "0.5.0"
|
|
parking_lot = "0.12"
|
|
bytemuck = { version = "1.12.1", features = ["derive"] }
|
|
png = "0.17.6"
|
|
|
|
piet-scene = { path = "../piet-scene" }
|
|
|
|
# for picosvg, should be split out
|
|
roxmltree = "0.13"
|
|
|
|
# move this to an example
|
|
winit = "0.27.5"
|