mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
12 lines
285 B
TOML
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 }
|