# 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 = "shaderc-macro" version = "0.1.0" authors = ["Nick Fagan "] description = "Compile shaders with shaderc using macros at compile time" keywords = ["shader", "compiler", "spirv", "glsl", "hlsl"] categories = ["rendering::data-formats", "development-tools::build-utils", "compilers", "game-development", "graphics"] license = "MIT" repository = "https://git.nfagan.com/nfagan/shaderc-macro" [lib] proc-macro = true [dependencies.lazy_static] version = "^1.4.0" [dependencies.proc-macro-error] version = "^1.0.4" [dependencies.proc-macro2] version = "^1.0.24" [dependencies.quote] version = "^1.0.9" [dependencies.serde] version = "^1.0.124" features = ["derive"] [dependencies.serde_tokenstream] version = "^0.1.2" [dependencies.shaderc] version = ">=0.6, <0.8" [dependencies.syn] version = "^1.0.64" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.pollster] version = "0.2" [dev-dependencies.wgpu] version = "0.7" [dev-dependencies.winit] version = "0.24" [features] build-from-source = ["shaderc/build-from-source"] debug = [] default = []