[package] name = "portability" version = "0.1.0" authors = ["Dzmitry Malyshau "] [lib] name = "portability" crate-type = ["staticlib"] [dependencies.gfx_core] #path = "../gfx/src/core" git = "https://github.com/kvark/gfx-rs" branch = "portability" [dependencies.gfx_backend_vulkan] #path = "../gfx/src/backend/vulkan" git = "https://github.com/kvark/gfx-rs" branch = "portability" features = ["portable"]