Extract gpath_bool from mod gstd::ops path_bool-related nodes (#2762)

* cargo shear

* Extract `gpath_bool` from `mod gstd::ops` path_bool-related nodes
This commit is contained in:
Firestar99
2025-06-27 15:12:08 +02:00
committed by GitHub
parent 9cf8d2cd05
commit ffc6c5532b
25 changed files with 128 additions and 107 deletions

30
Cargo.lock generated
View File

@@ -2132,6 +2132,7 @@ dependencies = [
"graph-craft",
"graphene-application-io",
"graphene-core",
"graphene-path-bool",
"iai-callgrind",
"js-sys",
"log",
@@ -2214,12 +2215,26 @@ dependencies = [
"wgpu",
]
[[package]]
name = "graphene-path-bool"
version = "0.1.0"
dependencies = [
"bezier-rs",
"dyn-any",
"glam",
"graphene-core",
"log",
"node-macro",
"path-bool",
"serde",
"specta",
]
[[package]]
name = "graphene-std"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"bezier-rs",
"bytemuck",
"dyn-any",
"fastnoise-lite",
@@ -2228,16 +2243,15 @@ dependencies = [
"graph-craft",
"graphene-application-io",
"graphene-core",
"graphene-path-bool",
"image",
"log",
"ndarray",
"node-macro",
"path-bool",
"rand 0.9.0",
"rand_chacha 0.9.0",
"reqwest",
"tokio",
"usvg",
"vello",
"wasm-bindgen",
"wasm-bindgen-futures",
@@ -2313,7 +2327,6 @@ dependencies = [
name = "graphite-wasm"
version = "0.0.0"
dependencies = [
"glam",
"graph-craft",
"graphene-std",
"graphite-editor",
@@ -2948,6 +2961,7 @@ dependencies = [
"glam",
"graph-craft",
"graphene-core",
"graphene-path-bool",
"graphene-std",
"log",
"once_cell",
@@ -4481,17 +4495,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
name = "preprocessor"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"dyn-any",
"futures",
"glam",
"graph-craft",
"graphene-std",
"interpreted-executor",
"log",
"serde",
"serde_json",
"tokio",
]
[[package]]