2017-12-08 13:11:54 +01:00
|
|
|
[package]
|
|
|
|
name = "portability"
|
2018-03-01 22:04:47 -05:00
|
|
|
publish = false
|
2017-12-08 13:11:54 +01:00
|
|
|
version = "0.1.0"
|
2018-03-01 22:04:47 -05:00
|
|
|
authors = [
|
|
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
2018-03-14 22:24:26 +01:00
|
|
|
"Markus Siglreithmaier <m.siglreith@gmail.com>",
|
2018-03-01 22:04:47 -05:00
|
|
|
]
|
2017-12-08 13:11:54 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "portability"
|
2017-12-27 01:11:44 +01:00
|
|
|
crate-type = ["cdylib"]
|
2017-12-08 13:11:54 +01:00
|
|
|
|
2017-12-26 19:45:31 +01:00
|
|
|
[features]
|
|
|
|
default = []
|
2018-03-01 22:04:47 -05:00
|
|
|
dx12 = ["portability-gfx/gfx-backend-dx12"]
|
|
|
|
metal = ["portability-gfx/gfx-backend-metal"]
|
|
|
|
vulkan = ["portability-gfx/gfx-backend-vulkan"]
|
2017-12-26 19:45:31 +01:00
|
|
|
|
2017-12-08 13:11:54 +01:00
|
|
|
[dependencies]
|
|
|
|
portability-gfx = { path = "../libportability-gfx" }
|