Skip to content

Commit db6fb8e

Browse files
committed
shaders: fixup no-std of graster-nodes
1 parent 20494ee commit db6fb8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

node-graph/graster-nodes/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ std = [
2525
"dep:serde",
2626
"dep:specta",
2727
"dep:glam",
28-
"dep:graphene-raster-nodes-shaders"
28+
"dep:graphene-raster-nodes-shaders",
29+
"dep:kurbo"
2930
]
3031

3132
[dependencies]
@@ -53,7 +54,7 @@ rand = { workspace = true, optional = true }
5354
rand_chacha = { workspace = true, optional = true }
5455
fastnoise-lite = { workspace = true, optional = true }
5556
serde = { workspace = true, optional = true }
56-
kurbo = { workspace = true }
57+
kurbo = { workspace = true, optional = true }
5758

5859
[dev-dependencies]
5960
tokio = { workspace = true }

0 commit comments

Comments
 (0)