mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Integrate dyn-any into the main graphite repo
This commit is contained in:
@@ -18,7 +18,7 @@ default = ["derive", "memoization"]
|
||||
[dependencies]
|
||||
graphene-core = {path = "../gcore"}
|
||||
borrow_stack = {path = "../borrow_stack"}
|
||||
dyn-any = {path = "../dyn-any", features = ["derive"]}
|
||||
dyn-any = {path = "../../libraries/dyn-any", features = ["derive"]}
|
||||
graph-proc-macros = {path = "../proc-macro", optional = true}
|
||||
once_cell = {version= "1.10", optional = true}
|
||||
ide = { version = "*", package = "ra_ap_ide", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user