Skip to content

Commit babf85d

Browse files
committed
shader-node feature: forward feature to wasm crate
1 parent 904de62 commit babf85d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/wasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ license = "Apache-2.0"
1414
default = ["gpu"]
1515
gpu = ["editor/gpu"]
1616
native = []
17+
shader-node = ["graphene-std/shader-node"]
1718

1819
[lib]
1920
crate-type = ["cdylib", "rlib"]

node-graph/gstd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ image-compare = []
2121
vello = ["dep:vello", "gpu"]
2222
resvg = []
2323
wayland = ["graph-craft/wayland"]
24+
shader-node = ["graphene-raster-nodes/shader-node"]
2425

2526
[dependencies]
2627
# Local dependencies

0 commit comments

Comments
 (0)