mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
20 lines
665 B
TOML
20 lines
665 B
TOML
[workspace]
|
|
members = [
|
|
"dummy",
|
|
"player",
|
|
"wgpu-core",
|
|
"wgpu-types",
|
|
]
|
|
|
|
[patch."https://github.com/gfx-rs/gfx"]
|
|
#hal = { package = "gfx-hal", path = "../gfx/src/hal" }
|
|
#gfx-backend-vulkan = { path = "../gfx/src/backend/vulkan", features = ["naga"] }
|
|
#gfx-backend-metal = { path = "../gfx/src/backend/metal", features = ["naga"] }
|
|
#gfx-backend-gl = { path = "../gfx/src/backend/gl", features = ["naga"] }
|
|
#gfx-backend-dx12 = { path = "../gfx/src/backend/dx12" }
|
|
#gfx-backend-dx11 = { path = "../gfx/src/backend/dx11" }
|
|
#gfx-backend-empty = { path = "../gfx/src/backend/empty" }
|
|
|
|
[patch."https://github.com/gfx-rs/naga"]
|
|
#naga = { path = "../naga" }
|