portability/Cargo.toml

23 lines
449 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-11-14 14:55:43 +11:00
[dependencies]
winit = "0.7"
2017-11-07 13:57:32 +11:00
[dependencies.gfx-hal]
#path = "../gfx/src/hal"
2017-09-07 12:01:58 +10:00
git = "https://github.com/kvark/gfx-rs"
2017-11-07 13:57:32 +11:00
branch = "portable"
2017-09-07 12:01:58 +10:00
2017-11-07 13:57:32 +11:00
[dependencies.gfx-backend-vulkan]
2017-09-07 12:01:58 +10:00
#path = "../gfx/src/backend/vulkan"
git = "https://github.com/kvark/gfx-rs"
2017-11-07 13:57:32 +11:00
branch = "portable"
features = ["portable"]