wgpu/Cargo.toml

34 lines
1.0 KiB
TOML
Raw Normal View History

[workspace]
members = [
"dummy",
"player",
2021-06-03 01:42:15 +00:00
"wgpu",
"wgpu-core",
2021-06-04 05:19:36 +00:00
"wgpu-hal",
"wgpu-types",
]
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" }
[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" }
#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" }
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" }