nannou_wgpu 0.19.0

Items related to wgpu and its integration in nannou - a creative coding framework for Rust.
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.image]
optional = true
version = "0.23"

[dependencies.instant]
optional = true
version = "0.1.9"

[dependencies.num_cpus]
optional = true
version = "1"

[dependencies.wgpu_upstream]
package = "wgpu"
version = "0.17.1"

[features]
capturer = ["image", "instant", "num_cpus"]
replay = ["wgpu_upstream/replay"]
serde = ["wgpu_upstream/serde"]
spirv = ["wgpu_upstream/spirv"]
trace = ["wgpu_upstream/trace"]
webgl = ["wgpu_upstream/webgl"]

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "Items related to wgpu and its integration in nannou - a creative coding framework for Rust."
edition = "2018"
homepage = "https://nannou.cc"
license = "MIT"
name = "nannou_wgpu"
readme = "README.md"
repository = "https://github.com/nannou-org/nannou.git"
resolver = "2"
version = "0.19.0"

[package.metadata.docs.rs]
features = ["capturer", "image", "replay", "serde", "spirv", "trace", "webgl"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["full"]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.tokio]
features = ["rt"]
version = "1"