Shaders: node macro (#2923)

* node_macro: cleanup attr parsing

* node_macro: add `cfg()` attr to feature gate node impl

* node_macro: add `shader_nodes` option

* node_macro: fixup tests
This commit is contained in:
Firestar99
2025-07-24 12:58:30 +00:00
committed by GitHub
parent 2d11d96b4a
commit 59f3835c5d
7 changed files with 101 additions and 9 deletions
Generated
+1
View File
@@ -2889,6 +2889,7 @@ dependencies = [
"proc-macro-error2",
"proc-macro2",
"quote",
"strum",
"syn 2.0.104",
]