mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 20:48:11 +08:00
Extract gelement-nodes for nodes accepting both vector, raster and graphic element
This commit is contained in:
Generated
+19
@@ -2132,6 +2132,7 @@ dependencies = [
|
||||
"graph-craft",
|
||||
"graphene-application-io",
|
||||
"graphene-core",
|
||||
"graphene-element-nodes",
|
||||
"graphene-path-bool",
|
||||
"graphene-svg-renderer",
|
||||
"iai-callgrind",
|
||||
@@ -2213,6 +2214,23 @@ dependencies = [
|
||||
"wgpu",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "graphene-element-nodes"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bezier-rs",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
"graphene-core",
|
||||
"graphene-math-nodes",
|
||||
"log",
|
||||
"node-macro",
|
||||
"rand 0.9.0",
|
||||
"serde",
|
||||
"specta",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "graphene-math-nodes"
|
||||
version = "0.1.0"
|
||||
@@ -2253,6 +2271,7 @@ dependencies = [
|
||||
"graph-craft",
|
||||
"graphene-application-io",
|
||||
"graphene-core",
|
||||
"graphene-element-nodes",
|
||||
"graphene-math-nodes",
|
||||
"graphene-path-bool",
|
||||
"graphene-svg-renderer",
|
||||
|
||||
Reference in New Issue
Block a user