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 14:58:30 +02:00
committed by GitHub
parent 2d11d96b4a
commit 59f3835c5d
7 changed files with 101 additions and 9 deletions

View File

@@ -154,6 +154,7 @@ tinyvec = { version = "1", features = ["std"] }
criterion = { version = "0.5", features = ["html_reports"] }
iai-callgrind = { version = "0.12.3" }
ndarray = "0.16.1"
strum = { version = "0.26.3", features = ["derive"] }
[profile.dev]
opt-level = 1