[dependencies.arrayvec]
version = "0.5"
[dependencies.bitflags]
version = "1.0"
[dependencies.copyless]
version = "0.1"
[dependencies.fxhash]
version = "0.2"
[dependencies.gfx-backend-empty]
version = "0.4"
[dependencies.hal]
package = "gfx-hal"
version = "0.4"
[dependencies.lazy_static]
optional = true
version = "1.1.0"
[dependencies.log]
version = "0.4"
[dependencies.parking_lot]
version = "0.9"
[dependencies.raw-window-handle]
optional = true
version = "0.3"
[dependencies.rendy-descriptor]
version = "0.5"
[dependencies.rendy-memory]
version = "0.5"
[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"
[dependencies.smallvec]
version = "0.6"
[dependencies.vec_map]
version = "0.8"
[features]
default = []
local = ["lazy_static", "raw-window-handle"]
metal-auto-capture = ["gfx-backend-metal/auto-capture"]
[lib]
crate-type = ["lib", "cdylib", "staticlib"]
[package]
authors = ["Dzmitry Malyshau <kvark@mozilla.com>", "Joshua Groves <josh@joshgroves.com>"]
description = "WebGPU native implementation on gfx-hal"
edition = "2018"
homepage = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MPL-2.0"
name = "wgpu-native"
repository = "https://github.com/gfx-rs/wgpu"
version = "0.4.3"
[target."cfg(all(unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.gfx-backend-vulkan]
features = ["x11"]
version = "0.4"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.gfx-backend-metal]
version = "0.4"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.gfx-backend-vulkan]
optional = true
version = "0.4"
[target."cfg(windows)".dependencies.gfx-backend-dx11]
version = "0.4"
[target."cfg(windows)".dependencies.gfx-backend-dx12]
version = "0.4.1"
[target."cfg(windows)".dependencies.gfx-backend-vulkan]
version = "0.4"