wgsl-macro 0.4.0

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

[features]
derive = ["serde"]

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.pollster]
version = "0.4.0"