wgpu/Cargo.toml

35 lines
821 B
TOML
Raw Normal View History

[workspace]
2021-06-12 05:04:15 +00:00
resolver = "2"
members = [
"dummy",
"player",
2021-06-03 01:42:15 +00:00
"wgpu",
"wgpu-core",
2021-06-04 05:19:36 +00:00
"wgpu-hal",
2021-06-23 06:28:04 +00:00
"wgpu-info",
"wgpu-types",
]
2021-09-07 22:04:28 +00:00
exclude = [
"cts_runner",
"deno_webgpu",
]
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" }
[patch."https://github.com/grovesNL/glow"]
#glow = { path = "../glow" }
2021-06-03 01:42:15 +00:00
[patch.crates-io]
#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" }