mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 23:11:30 +11:00
23 lines
449 B
TOML
23 lines
449 B
TOML
[package]
|
|
name = "portability"
|
|
version = "0.1.0"
|
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
|
|
|
[lib]
|
|
name = "portability"
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
winit = "0.7"
|
|
|
|
[dependencies.gfx-hal]
|
|
#path = "../gfx/src/hal"
|
|
git = "https://github.com/kvark/gfx-rs"
|
|
branch = "portable"
|
|
|
|
[dependencies.gfx-backend-vulkan]
|
|
#path = "../gfx/src/backend/vulkan"
|
|
git = "https://github.com/kvark/gfx-rs"
|
|
branch = "portable"
|
|
features = ["portable"]
|