2017-09-06 17:10:25 -04:00
|
|
|
[package]
|
|
|
|
name = "portability"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
|
|
|
|
|
|
|
[lib]
|
2017-09-06 21:34:41 -04:00
|
|
|
name = "portability"
|
|
|
|
crate-type = ["staticlib"]
|
2017-09-06 17:10:25 -04:00
|
|
|
|
2017-11-13 22:55:43 -05:00
|
|
|
[dependencies]
|
|
|
|
winit = "0.7"
|
|
|
|
|
2017-11-06 21:57:32 -05:00
|
|
|
[dependencies.gfx-hal]
|
|
|
|
#path = "../gfx/src/hal"
|
2017-09-06 22:01:58 -04:00
|
|
|
git = "https://github.com/kvark/gfx-rs"
|
2017-11-06 21:57:32 -05:00
|
|
|
branch = "portable"
|
2017-09-06 22:01:58 -04:00
|
|
|
|
2017-11-06 21:57:32 -05:00
|
|
|
[dependencies.gfx-backend-vulkan]
|
2017-09-06 22:01:58 -04:00
|
|
|
#path = "../gfx/src/backend/vulkan"
|
|
|
|
git = "https://github.com/kvark/gfx-rs"
|
2017-11-06 21:57:32 -05:00
|
|
|
branch = "portable"
|
|
|
|
features = ["portable"]
|