# 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 = "glsl_compiler" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Write GLSL Code directly in a marco!" readme = "README.md" keywords = [ "vulkan", "shader", "glsl", "sqriv", "marco", ] license = "MIT" repository = "https://github.com/MaartenBehn/glsl_compiler" [lib] name = "glsl_compiler" path = "src/lib.rs" proc-macro = true [[test]] name = "lib" path = "tests/lib.rs" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.89" [dependencies.shaderc] version = "0.8.3"