[go: up one dir, main page]

wgpu 0.3.0

Rusty WebGPU API wrapper
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"
version = "0.3.0"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>", "Joshua Groves <josh@joshgroves.com>", "Lucas Kent <rubickent@gmail.com>", "kyren <kerriganw@gmail.com>", "Cormac O'Brien <cormac@c-obrien.org>"]
description = "Rusty WebGPU API wrapper"
homepage = "https://github.com/gfx-rs/wgpu-rs"
keywords = ["graphics"]
license = "MPL-2.0"
repository = "https://github.com/gfx-rs/wgpu-rs"

[lib]
[dependencies.arrayvec]
version = "0.4"

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

[dependencies.wgn]
version = "0.3.1"
features = ["local"]
package = "wgpu-native"

[dependencies.zerocopy]
version = "0.2"
[dev-dependencies.cgmath]
version = "0.17"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.glsl-to-spirv]
version = "0.1"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.png]
version = "0.15"

[dev-dependencies.winit]
version = "0.20.0-alpha3"

[features]
default = []
dx11 = ["wgn/gfx-backend-dx11"]
dx12 = ["wgn/gfx-backend-dx12"]
metal = ["wgn/gfx-backend-metal"]
vulkan = ["wgn/gfx-backend-vulkan"]