Move shader entrypoints to separate crate (#3157)

This commit is contained in:
Timon
2025-09-10 10:20:45 +00:00
committed by GitHub
parent 50be13522b
commit 9411612d7f
7 changed files with 27 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ members = [
"node-graph/graphene-cli",
"node-graph/graster-nodes",
"node-graph/graster-nodes/shaders",
"node-graph/graster-nodes/shaders/entrypoint",
"node-graph/gstd",
"node-graph/gsvg-renderer",
"node-graph/interpreted-executor",