mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 23:11:30 +11:00
20 lines
574 B
TOML
20 lines
574 B
TOML
[workspace]
|
|
members = [
|
|
"libportability",
|
|
"libportability-gfx",
|
|
"libportability-icd",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
panic = "abort"
|
|
|
|
[patch."https://github.com/gfx-rs/gfx"]
|
|
#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" }
|
|
#gfx-backend-metal = { path = "../gfx/src/backend/metal" }
|