mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
Impl DynNode
This commit is contained in:
@@ -15,7 +15,7 @@ default = ["derive", "memoization"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
graphene-core = {path = "../gcore"}
|
||||
graphene-core = {path = "../gcore", features = ["async", "std"]}
|
||||
borrow_stack = {path = "../borrow_stack"}
|
||||
dyn-any = {path = "../../libraries/dyn-any", features = ["derive"]}
|
||||
graph-proc-macros = {path = "../proc-macro", optional = true}
|
||||
|
||||
Reference in New Issue
Block a user