mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-24 07:51:30 +11:00
22 lines
432 B
TOML
22 lines
432 B
TOML
[package]
|
|
name = "portability-gfx"
|
|
version = "0.1.0"
|
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
|
|
|
[lib]
|
|
name = "portability_gfx"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.0"
|
|
|
|
[dependencies.gfx-hal]
|
|
#path = "../gfx/src/hal"
|
|
git = "https://github.com/gfx-rs/gfx"
|
|
branch = "portable"
|
|
|
|
[dependencies.gfx-backend-vulkan]
|
|
#path = "../gfx/src/backend/vulkan"
|
|
git = "https://github.com/gfx-rs/gfx"
|
|
branch = "portable"
|
|
features = ["portable"]
|