2018-09-19 01:14:04 +00:00
|
|
|
[workspace]
|
2021-06-12 05:04:15 +00:00
|
|
|
resolver = "2"
|
2018-09-19 01:14:04 +00:00
|
|
|
members = [
|
2020-08-12 18:52:21 +00:00
|
|
|
"dummy",
|
|
|
|
"player",
|
2021-06-03 01:42:15 +00:00
|
|
|
"wgpu",
|
2020-08-12 18:52:21 +00:00
|
|
|
"wgpu-core",
|
2021-06-04 05:19:36 +00:00
|
|
|
"wgpu-hal",
|
2021-06-23 06:28:04 +00:00
|
|
|
"wgpu-info",
|
2020-03-11 01:06:23 +00:00
|
|
|
"wgpu-types",
|
2018-09-19 01:14:04 +00:00
|
|
|
]
|
2021-09-07 22:04:28 +00:00
|
|
|
exclude = [
|
|
|
|
"cts_runner",
|
|
|
|
"deno_webgpu",
|
|
|
|
]
|
2021-08-14 04:40:41 +00:00
|
|
|
default-members = ["wgpu", "wgpu-hal", "wgpu-info"]
|
2021-06-03 01:42:15 +00:00
|
|
|
|
|
|
|
[patch."https://github.com/gfx-rs/naga"]
|
|
|
|
#naga = { path = "../naga" }
|
|
|
|
|
|
|
|
[patch."https://github.com/zakarumych/gpu-descriptor"]
|
|
|
|
#gpu-descriptor = { path = "../gpu-descriptor/gpu-descriptor" }
|
|
|
|
|
|
|
|
[patch."https://github.com/zakarumych/gpu-alloc"]
|
|
|
|
#gpu-alloc = { path = "../gpu-alloc/gpu-alloc" }
|
2020-12-03 05:30:38 +00:00
|
|
|
|
2021-06-30 04:28:10 +00:00
|
|
|
[patch."https://github.com/grovesNL/glow"]
|
|
|
|
#glow = { path = "../glow" }
|
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[patch.crates-io]
|
2021-08-19 16:22:54 +00:00
|
|
|
#metal = { path = "../metal-rs" }
|
2021-06-03 01:42:15 +00:00
|
|
|
#web-sys = { path = "../wasm-bindgen/crates/web-sys" }
|
|
|
|
#js-sys = { path = "../wasm-bindgen/crates/js-sys" }
|
|
|
|
#wasm-bindgen = { path = "../wasm-bindgen" }
|