mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Extract gmath_nodes from gcore::ops, create mods debug and extract_xy (#2764)
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user