# 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 = "wgsl_preprocessor" version = "1.1.4" authors = ["Ely Shaffir"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial preprocessor for WGSL written in Rust for WGPU." readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "GPL-2.0-or-later" repository = "https://github.com/elyshaffir/wgsl_preprocessor" [lib] name = "wgsl_preprocessor" path = "src/lib.rs" [dependencies.cgmath] version = "0.*" optional = true [dependencies.const_format] version = "0.*" [dependencies.duplicate] version = "0.*" [dependencies.ex] version = "0.1.3" [dependencies.lazy_static] version = "1.*" [dependencies.regex] version = "1.*" [dependencies.wgpu] version = "0.*" [features] array_vectors = [] cgmath_vectors = ["dep:cgmath"] default = []