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.
1 parent 20494ee commit db6fb8eCopy full SHA for db6fb8e
node-graph/graster-nodes/Cargo.toml
@@ -25,7 +25,8 @@ std = [
25
"dep:serde",
26
"dep:specta",
27
"dep:glam",
28
- "dep:graphene-raster-nodes-shaders"
+ "dep:graphene-raster-nodes-shaders",
29
+ "dep:kurbo"
30
]
31
32
[dependencies]
@@ -53,7 +54,7 @@ rand = { workspace = true, optional = true }
53
54
rand_chacha = { workspace = true, optional = true }
55
fastnoise-lite = { workspace = true, optional = true }
56
serde = { workspace = true, optional = true }
-kurbo = { workspace = true }
57
+kurbo = { workspace = true, optional = true }
58
59
[dev-dependencies]
60
tokio = { workspace = true }
0 commit comments