We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm
1 parent e339e4f commit dd9fba8Copy full SHA for dd9fba8
frontend/wasm/Cargo.toml
@@ -14,6 +14,7 @@ license = "Apache-2.0"
14
default = ["gpu"]
15
gpu = ["editor/gpu"]
16
native = []
17
+shader-node = ["graphene-std/shader-node"]
18
19
[lib]
20
crate-type = ["cdylib", "rlib"]
node-graph/gstd/Cargo.toml
@@ -21,6 +21,7 @@ image-compare = []
21
vello = ["dep:vello", "gpu"]
22
resvg = []
23
wayland = ["graph-craft/wayland"]
24
+shader-node = ["graphene-raster-nodes/shader-node"]
25
26
[dependencies]
27
# Local dependencies
0 commit comments