2017-12-08 23:11:54 +11:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"libportability",
|
|
|
|
"libportability-gfx",
|
|
|
|
"libportability-icd",
|
|
|
|
]
|
2018-08-04 13:48:52 +10:00
|
|
|
|
|
|
|
[profile.release]
|
2020-09-23 15:31:59 +10:00
|
|
|
debug = true
|
2018-08-04 13:48:52 +10:00
|
|
|
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" }
|