mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 07:18:11 +08:00
Integrate the node graph as a Node Graph Frame layer type (#812)
* Add node graph frame tool * Add a brighten * Use the node graph * Fix topological_sort * Update UI * Add icons for the tool and layer type * Avoid serde & use bitmaps to improve performance * Allow serialising a node graph * Fix missing ..Default::default() * Fix incorrect comments * Cache node graph output image * Suppress no-cycle import warning Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
596b9f4531
commit
9cdebfb1f0
Generated
+9
@@ -360,6 +360,7 @@ dependencies = [
|
||||
"graphene-std",
|
||||
"num-traits",
|
||||
"rand_chacha",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -405,11 +406,17 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"bezier-rs",
|
||||
"bitflags",
|
||||
"borrow_stack",
|
||||
"derivative",
|
||||
"dyn-any",
|
||||
"env_logger",
|
||||
"glam",
|
||||
"graph-craft",
|
||||
"graphene-core",
|
||||
"graphene-std",
|
||||
"graphite-graphene",
|
||||
"graphite-proc-macros",
|
||||
"image",
|
||||
"kurbo",
|
||||
"log",
|
||||
"once_cell",
|
||||
@@ -429,6 +436,8 @@ dependencies = [
|
||||
"base64",
|
||||
"bezier-rs",
|
||||
"glam",
|
||||
"graph-craft",
|
||||
"image",
|
||||
"kurbo",
|
||||
"log",
|
||||
"rustybuzz",
|
||||
|
||||
Reference in New Issue
Block a user