# 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 = "spirv_combimgsampsplitter" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SPIRV combined image sampler splitter for wgpu" homepage = "https://github.com/davnotdev/spirv_combimgsampsplitter" readme = "README.md" keywords = [ "gamedev", "graphics", ] categories = ["graphics"] license = "BSD-2-Clause" repository = "https://github.com/davnotdev/spirv_combimgsampsplitter" [lib] name = "spirv_combimgsampsplitter" path = "src/lib.rs" [[bin]] name = "spirv_combimgsampsplitter" path = "src/bin/spirv_combimgsampsplitter.rs" [dev-dependencies.naga] version = "23" features = [ "spv-in", "wgsl-out", ]