vello/Cargo.toml
Raph Levien b6c4963d4c Initial commit of piet-wgsl
Starting an experimental port to WGSL shader language, using wgpu to run the examples. As of this commit, it's quite hacky and takes some shortcuts, but does render paths to a grayscale texture.
2022-10-24 15:08:14 -07:00

17 lines
243 B
TOML

[workspace]
resolver = "2"
members = [
"pgpu-render",
"piet-gpu",
"piet-gpu-derive",
"piet-gpu-hal",
"piet-gpu-types",
"piet-scene",
"piet-wgsl",
"tests",
]
[patch.crates-io]
naga = { path = "../../dl/naga" }