mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
f19dbdb1b5
This adds a new dependency on peniko, reintroduces kurbo for geometry (!), removes the now defunct types from piet-scene and updates all the test scenes to use the new types.
21 lines
422 B
TOML
21 lines
422 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"
|