portability/Cargo.toml

20 lines
427 B
TOML
Raw Normal View History

[package]
name = "portability"
version = "0.1.0"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
[lib]
2017-09-07 11:34:41 +10:00
name = "portability"
crate-type = ["staticlib"]
2017-09-07 12:01:58 +10:00
[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"]