portability/Cargo.toml

13 lines
296 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"]
[dependencies]
gfx_core = { path = "../gfx/src/core" }
2017-09-07 11:34:41 +10:00
gfx_backend_vulkan = { path = "../gfx/src/backend/vulkan", features = ["portable"] }