2020-04-06 08:17:26 +10:00
|
|
|
[workspace]
|
2022-06-25 23:11:13 +10:00
|
|
|
resolver = "2"
|
2020-04-06 08:17:26 +10:00
|
|
|
|
|
|
|
members = [
|
2022-05-10 17:56:06 +10:00
|
|
|
"pgpu-render",
|
2020-04-17 07:04:40 +10:00
|
|
|
"piet-gpu",
|
2020-04-08 14:44:48 +10:00
|
|
|
"piet-gpu-derive",
|
2020-04-17 11:14:09 +10:00
|
|
|
"piet-gpu-hal",
|
2021-11-06 10:52:07 +11:00
|
|
|
"piet-gpu-types",
|
2022-04-11 19:30:08 +10:00
|
|
|
"piet-scene",
|
2022-10-25 08:53:12 +11:00
|
|
|
"piet-wgsl",
|
2022-06-25 23:11:13 +10:00
|
|
|
"tests",
|
2020-04-06 08:17:26 +10:00
|
|
|
]
|
2022-10-25 08:53:12 +11:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2022-10-26 03:03:13 +11:00
|
|
|
# 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" }
|