[package] name = "portability" version = "0.1.0" authors = ["Dzmitry Malyshau "] [lib] name = "portability" crate-type = ["cdylib"] [features] default = [] dx12 = ["portability-gfx/dx12"] vulkan = ["portability-gfx/vulkan"] [dependencies] portability-gfx = { path = "../libportability-gfx" }