vello/Cargo.toml

17 lines
243 B
TOML
Raw Normal View History

[workspace]
resolver = "2"
members = [
"pgpu-render",
"piet-gpu",
"piet-gpu-derive",
"piet-gpu-hal",
"piet-gpu-types",
2022-04-11 19:30:08 +10:00
"piet-scene",
"piet-wgsl",
"tests",
]
[patch.crates-io]
naga = { path = "../../dl/naga" }