# 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 = "2021" name = "kmeans-color-gpu-preprocessor" version = "0.1.0" authors = ["Benoit Vermont "] description = "A shader preprocessor, to replace #includes in shaders by appropriate files used for the kmeans-color-gpu crate." license = "MIT" repository = "https://github.com/redwarp/k-means-gpu" [dependencies.anyhow] version = "1.0" [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.naga] version = "0.13" features = [ "validate", "wgsl-in", ] optional = true [dependencies.pathdiff] version = "0.2" [dependencies.regex] version = "1.9" [features] validate = [ "naga", "codespan-reporting", ]