# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nannou_wgpu" version = "0.19.0" authors = ["mitchmindtree "] description = "Items related to wgpu and its integration in nannou - a creative coding framework for Rust." homepage = "https://nannou.cc" readme = "README.md" license = "MIT" repository = "https://github.com/nannou-org/nannou.git" resolver = "2" [package.metadata.docs.rs] features = [ "capturer", "image", "replay", "serde", "spirv", "trace", "webgl", ] [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" optional = true [dependencies.instant] version = "0.1.9" optional = true [dependencies.num_cpus] version = "1" optional = true [dependencies.wgpu_upstream] version = "0.17.1" package = "wgpu" [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"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1" features = ["rt"]