shader-rt: connect shader runtime

This commit is contained in:
firestar99
2025-09-05 00:16:04 +02:00
parent e9ae52d952
commit b25b059b5f
6 changed files with 80 additions and 16 deletions
+2
View File
@@ -17,6 +17,7 @@ default = ["std"]
shader-nodes = [
"std",
"dep:graphene-raster-nodes-shaders",
"dep:wgpu-executor",
]
std = [
"dep:graphene-core",
@@ -39,6 +40,7 @@ node-macro = { workspace = true }
# Local std dependencies
dyn-any = { workspace = true, optional = true }
graphene-core = { workspace = true, optional = true }
wgpu-executor = { workspace = true, optional = true }
graphene-raster-nodes-shaders = { path = "./shaders", optional = true }
# Workspace dependencies