# 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-mipmap" version = "0.1.0" authors = ["Justin Shrake "] exclude = ["examples/**/*", ".github/**/*"] description = "Generate mipmaps for wgpu textures" readme = "README.md" keywords = ["wgpu", "graphics", "mipmaps"] categories = ["graphics", "rendering"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/jshrake/wgpu-mipmap" [dependencies.log] version = "0.4" [dependencies.renderdoc] version = "0.9.1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.wgpu] version = "0.6" [dev-dependencies.bytemuck] version = "1.4.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.image] version = "0.23" features = ["png"] default-features = false [dev-dependencies.tracing] version = "0.1" features = ["log"] [features] debug = ["renderdoc"]