mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
28cbc8f199
Also add `resolver="2"` to the entire workspace, in case we gain a wgpu dependency
13 lines
173 B
TOML
13 lines
173 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"pgpu-render",
|
|
"piet-gpu",
|
|
"piet-gpu-derive",
|
|
"piet-gpu-hal",
|
|
"piet-gpu-types",
|
|
"piet-scene",
|
|
"tests",
|
|
]
|