Extract gmath_nodes from gcore::ops, create mods debug and extract_xy (#2764)

This commit is contained in:
Firestar99
2025-06-28 00:04:24 +02:00
committed by GitHub
parent 9c4ab34a58
commit ecd7999ca7
16 changed files with 668 additions and 580 deletions

14
Cargo.lock generated
View File

@@ -2197,7 +2197,6 @@ dependencies = [
"image",
"kurbo",
"log",
"math-parser",
"node-macro",
"num-derive",
"num-traits",
@@ -2214,6 +2213,18 @@ dependencies = [
"wgpu",
]
[[package]]
name = "graphene-math-nodes"
version = "0.1.0"
dependencies = [
"glam",
"graphene-core",
"log",
"math-parser",
"node-macro",
"rand 0.9.0",
]
[[package]]
name = "graphene-path-bool"
version = "0.1.0"
@@ -2242,6 +2253,7 @@ dependencies = [
"graph-craft",
"graphene-application-io",
"graphene-core",
"graphene-math-nodes",
"graphene-path-bool",
"graphene-svg-renderer",
"image",