mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 03:28:11 +08:00
Restructure node graph project layout
This commit is contained in:
@@ -10,6 +10,8 @@ path = "src/lib.rs"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.26"
|
||||
syn = { version = "1.0.68", features = ["full"] }
|
||||
quote = "1.0.9"
|
||||
proc-macro2 = "1.0"
|
||||
proc_macro_roids = "0.7"
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
quote = "1.0"
|
||||
graphene-core = {path = "../gcore"}
|
||||
|
||||
Reference in New Issue
Block a user