2018-09-19 01:14:04 +00:00
|
|
|
[workspace]
|
|
|
|
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",
|
2020-03-11 01:06:23 +00:00
|
|
|
"wgpu-types",
|
2018-09-19 01:14:04 +00:00
|
|
|
]
|
2021-06-05 05:44:21 +00:00
|
|
|
default-members = ["wgpu", "player"]
|
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-01-13 07:31:40 +00:00
|
|
|
[patch."https://github.com/gfx-rs/gfx"]
|
2021-06-03 01:42:15 +00:00
|
|
|
#gfx-hal = { path = "../gfx/src/hal" }
|
|
|
|
#gfx-backend-empty = { path = "../gfx/src/backend/empty" }
|
|
|
|
#gfx-backend-vulkan = { path = "../gfx/src/backend/vulkan" }
|
|
|
|
#gfx-backend-gl = { path = "../gfx/src/backend/gl" }
|
2020-12-03 05:30:38 +00:00
|
|
|
#gfx-backend-dx12 = { path = "../gfx/src/backend/dx12" }
|
|
|
|
#gfx-backend-dx11 = { path = "../gfx/src/backend/dx11" }
|
2021-06-03 01:42:15 +00:00
|
|
|
#gfx-backend-metal = { path = "../gfx/src/backend/metal" }
|
2020-12-03 05:30:38 +00:00
|
|
|
|
2021-06-03 01:42:15 +00:00
|
|
|
[patch.crates-io]
|
|
|
|
#web-sys = { path = "../wasm-bindgen/crates/web-sys" }
|
|
|
|
#js-sys = { path = "../wasm-bindgen/crates/js-sys" }
|
|
|
|
#wasm-bindgen = { path = "../wasm-bindgen" }
|