wgpu/Cargo.toml
2018-09-13 15:19:22 -04:00

12 lines
285 B
TOML

[package]
name = "gpu"
version = "0.1.0"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
[features]
default = ["gfx-backend-vulkan"]
[dependencies]
gfx-hal = { git = "https://github.com/gfx-rs/gfx" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", optional = true }