mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
35 lines
821 B
TOML
35 lines
821 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"dummy",
|
|
"player",
|
|
"wgpu",
|
|
"wgpu-core",
|
|
"wgpu-hal",
|
|
"wgpu-info",
|
|
"wgpu-types",
|
|
]
|
|
exclude = [
|
|
"cts_runner",
|
|
"deno_webgpu",
|
|
]
|
|
default-members = ["wgpu", "wgpu-hal", "wgpu-info"]
|
|
|
|
[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" }
|
|
|
|
[patch.crates-io]
|
|
#metal = { path = "../metal-rs" }
|
|
#web-sys = { path = "../wasm-bindgen/crates/web-sys" }
|
|
#js-sys = { path = "../wasm-bindgen/crates/js-sys" }
|
|
#wasm-bindgen = { path = "../wasm-bindgen" }
|