Extract graster-nodes (#2783)

This commit is contained in:
Firestar99
2025-07-01 20:12:12 +02:00
committed by GitHub
parent 8e2c206a01
commit 602d7e8bd1
18 changed files with 228 additions and 120 deletions

23
Cargo.lock generated
View File

@@ -2197,6 +2197,7 @@ dependencies = [
"graphene-application-io",
"graphene-core",
"graphene-path-bool",
"graphene-raster-nodes",
"graphene-svg-renderer",
"iai-callgrind",
"js-sys",
@@ -2305,6 +2306,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"
@@ -2320,6 +2342,7 @@ dependencies = [
"graphene-core",
"graphene-math-nodes",
"graphene-path-bool",
"graphene-raster-nodes",
"graphene-svg-renderer",
"image",
"log",