wgpu 0.1.0

WebGPU native Rust 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.1.0"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>", "Joshua Groves <josh@joshgroves.com>"]
description = "WebGPU native Rust wrapper"
homepage = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MPL-2.0"
repository = "https://github.com/gfx-rs/wgpu"

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

[dependencies.wgpu-native]
version = "0.1"

[features]
default = []
dx11 = ["wgpu-native/gfx-backend-dx11"]
dx12 = ["wgpu-native/gfx-backend-dx12"]
metal = ["wgpu-native/gfx-backend-metal"]
vulkan = ["wgpu-native/gfx-backend-vulkan"]
winit = ["wgpu-native/winit"]