Extract graster-nodes

This commit is contained in:
Firestar99
2025-06-30 17:19:00 +02:00
parent e707729322
commit 5c7a78bafa
18 changed files with 230 additions and 120 deletions
Generated
+23
View File
@@ -2134,6 +2134,7 @@ dependencies = [
"graphene-core",
"graphene-element-nodes",
"graphene-path-bool",
"graphene-raster-nodes",
"graphene-svg-renderer",
"iai-callgrind",
"js-sys",
@@ -2258,6 +2259,27 @@ dependencies = [
"specta",
]
[[package]]
name = "graphene-raster-nodes"
version = "0.1.0"
dependencies = [
"bezier-rs",
"bytemuck",
"dyn-any",
"fastnoise-lite",
"futures",
"glam",
"graphene-core",
"image",
"ndarray",
"node-macro",
"rand 0.9.0",
"rand_chacha 0.9.0",
"serde",
"specta",
"tokio",
]
[[package]]
name = "graphene-std"
version = "0.1.0"
@@ -2274,6 +2296,7 @@ dependencies = [
"graphene-element-nodes",
"graphene-math-nodes",
"graphene-path-bool",
"graphene-raster-nodes",
"graphene-svg-renderer",
"image",
"log",