[go: up one dir, main page]

wgpu-native 0.3.3

WebGPU native implementation on gfx-hal
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "wgpu-native"
version = "0.3.3"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>", "Joshua Groves <josh@joshgroves.com>"]
description = "WebGPU native implementation on gfx-hal"
homepage = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MPL-2.0"
repository = "https://github.com/gfx-rs/wgpu"

[lib]
crate-type = ["lib", "cdylib", "staticlib"]
[dependencies.arrayvec]
version = "0.4"

[dependencies.bitflags]
version = "1.0"

[dependencies.copyless]
version = "0.1"

[dependencies.gfx-backend-dx11]
version = "0.3.0"
optional = true

[dependencies.gfx-backend-dx12]
version = "0.3.0"
optional = true

[dependencies.gfx-backend-empty]
version = "0.3.0"

[dependencies.gfx-backend-gl]
version = "0.3.0"
optional = true

[dependencies.gfx-backend-metal]
version = "0.3.0"
optional = true

[dependencies.gfx-backend-vulkan]
version = "0.3.0"
features = ["x11"]
optional = true

[dependencies.hal]
version = "0.3.0"
package = "gfx-hal"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.9"

[dependencies.raw-window-handle]
version = "0.1"

[dependencies.rendy-descriptor]
version = "0.4"

[dependencies.rendy-memory]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]
optional = true

[dependencies.vec_map]
version = "0.8"

[features]
default = []
glutin = ["gfx-backend-gl/glutin"]
local = []
metal-auto-capture = ["gfx-backend-metal/auto-capture"]
remote = ["serde"]