portability/Cargo.toml

20 lines
574 B
TOML
Raw Normal View History

[workspace]
members = [
"libportability",
"libportability-gfx",
"libportability-icd",
]
[profile.release]
debug = true
panic = "abort"
2021-01-18 14:07:44 +11:00
[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" }