mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
13 lines
409 B
TOML
13 lines
409 B
TOML
[package]
|
|
name = "gpu"
|
|
version = "0.1.0"
|
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
gfx-hal = { git = "https://github.com/gfx-rs/gfx" }
|
|
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx", optional = true }
|
|
gfx-backend-dx12 = { git = "https://github.com/gfx-rs/gfx", optional = true }
|
|
gfx-backend-metal = { git = "https://github.com/gfx-rs/gfx", optional = true }
|