mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
911dee23cd
Cleans up some of the immediate issue, but still hacky and has a bunch of stuff hard-coded.
19 lines
397 B
TOML
19 lines
397 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]
|
|
# Required for metal support to work on wgpu
|
|
# TODO: remove when wgpu is upgraded to 0.15
|
|
naga = { git = "https://github.com/gfx-rs/naga", rev="ddcd5d3121150b2b1beee6e54e9125ff31aaa9a2" }
|