[dependencies.naga]
features = ["wgsl-in"]
version = "24.0.0"
[dependencies.syn]
version = "2.0.100"
[lib]
name = "wgsl_includes"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jason de Wolff <jason.dewolff@temporalinteractive.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tiny crate meant to solve two major pain points with naga & wgsl: no validation at compile time and no support for shader includes."
edition = "2021"
homepage = "https://github.com/TemporalInteractive/wgsl-includes"
keywords = ["wgsl", "naga", "shaders"]
license = "MIT"
name = "wgsl-includes"
readme = "README.md"
repository = "https://github.com/TemporalInteractive/wgsl-includes"
rust-version = "1.85"
version = "0.0.2"
[[test]]
name = "tests"
path = "tests/tests.rs"