wgsl-macro 0.2.2

A WGSL shader preprocessor supporting #import, #ifdef, and compile-time constants.
Documentation
[dependencies]

[lib]
name = "wgsl_macro"
path = "src/lib.rs"

[package]
authors = ["eddie_0226@outlook.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "rendering", "parser-implementations", "wasm", "development-tools"]
description = "A WGSL shader preprocessor supporting #import, #ifdef, and compile-time constants."
edition = "2024"
keywords = ["wgsl", "shader", "preprocessor", "graphics", "webgpu"]
license = "MIT OR Apache-2.0"
name = "wgsl-macro"
readme = "README.md"
repository = "https://github.com/Eddieg26/wgsl-macro"
version = "0.2.2"